retire BIOS_SEG and umap_bios
[minix3.git] / lib / libc / time / _daylight.c
blob9f7f5fc1db066d32d5ae8bf3af5d9f5d89df6248
1 /* $NetBSD: _daylight.c,v 1.4 2005/09/13 01:44:10 christos Exp $ */
3 /*
4 * Written by Klaus Klein, December 27, 2000.
5 * Public domain.
6 */
8 #include <sys/cdefs.h>
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: _daylight.c,v 1.4 2005/09/13 01:44:10 christos Exp $");
11 #endif /* LIBC_SCCS and not lint */
13 #if defined(__indr_reference)
14 __indr_reference(_daylight, daylight)
15 #endif
16 /* LINTED empty translation unit */