]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/AT386/conf.c
xnu-1228.7.58.tar.gz
[apple/xnu.git] / osfmk / i386 / AT386 / conf.c
index 779bc024baaba980d9b4534f8ca7da9548935dd2..598a237c7e2b1033c50a8d695262df5c3a0088d3 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_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -78,9 +78,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]);