]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/AT386/conf.c
xnu-792.13.8.tar.gz
[apple/xnu.git] / osfmk / i386 / AT386 / conf.c
index 6a6ccabb6ed13980acf78c0da57f9d4443e7969d..028353f15e0fef8abcb1663b20b801726e37ee27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_OSREFERENCE_HEADER_START@
  * 
@@ -80,9 +80,9 @@ extern        struct clock_ops        sysclk_ops, calend_ops;
 struct clock   clock_list[] = {
 
        /* SYSTEM_CLOCK */
-       { &sysclk_ops, 0, 0, {0} },
+       { &sysclk_ops, 0, 0 },
 
        /* CALENDAR_CLOCK */
-       { &calend_ops, 0, 0, {0} }
+       { &calend_ops, 0, 0 }
 };
 int    clock_count = sizeof(clock_list) / sizeof(clock_list[0]);