X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8ad349bb6ed4a0be06e34c92be0d98b92e078db4..5d5c5d0d5b79ade9a973d55186ffda2638ba2b6e:/osfmk/i386/AT386/conf.c diff --git a/osfmk/i386/AT386/conf.c b/osfmk/i386/AT386/conf.c index 6a6ccabb6..028353f15 100644 --- a/osfmk/i386/AT386/conf.c +++ b/osfmk/i386/AT386/conf.c @@ -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]);