]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/conf.c
xnu-1504.15.3.tar.gz
[apple/xnu.git] / osfmk / ppc / conf.c
index f0900c4d887770d3aa32467bde5c5e1c26b754e3..adeb60ea748f3ad6210e02ce0fe19efc8c701b2a 100644 (file)
@@ -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,      0 },
+       { &sysclk_ops, NULL, NULL },
 
        /* CALENDAR_CLOCK */
-       { &calend_ops,          0,      0,      0 },
+       { &calend_ops, NULL, NULL },
 };
 int    clock_count = sizeof(clock_list) / sizeof(clock_list[0]);