/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
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]);