X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..4a3eedf9ecc9bbe3f3a5c6ce5e53ad199d639d32:/osfmk/ppc/conf.c diff --git a/osfmk/ppc/conf.c b/osfmk/ppc/conf.c index 395b4770c..adeb60ea7 100644 --- a/osfmk/ppc/conf.c +++ b/osfmk/ppc/conf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -77,10 +77,10 @@ extern struct clock_ops sysclk_ops, calend_ops; struct clock clock_list[] = { /* SYSTEM_CLOCK */ - { &sysclk_ops, 0, 0 }, + { &sysclk_ops, NULL, NULL }, /* CALENDAR_CLOCK */ - { &calend_ops, 0, 0 }, + { &calend_ops, NULL, NULL }, }; int clock_count = sizeof(clock_list) / sizeof(clock_list[0]);