diff options
| author | 2006-04-05 16:41:33 +0000 | |
|---|---|---|
| committer | 2006-04-05 16:41:33 +0000 | |
| commit | 56bddaa9f5278af887c1f17427afaa45c2e0ec3e (patch) | |
| tree | 84441db1e02879db069fc1227a2eab5d5c725256 /usr.sbin/bind/lib/isc/unix/stdtime.c | |
| parent | enable tqphy(4) here too (diff) | |
| download | wireguard-openbsd-56bddaa9f5278af887c1f17427afaa45c2e0ec3e.tar.xz wireguard-openbsd-56bddaa9f5278af887c1f17427afaa45c2e0ec3e.zip | |
ISC BIND release 9.3.2
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/stdtime.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/stdtime.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/stdtime.c b/usr.sbin/bind/lib/isc/unix/stdtime.c index 28b65b3053e..34ea9483931 100644 --- a/usr.sbin/bind/lib/isc/unix/stdtime.c +++ b/usr.sbin/bind/lib/isc/unix/stdtime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,10 +15,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $ISC: stdtime.c,v 1.11.2.1.10.3 2004/03/08 09:04:57 marka Exp $ */ +/* $ISC: stdtime.c,v 1.11.2.1.10.5 2005/06/09 23:54:31 marka Exp $ */ #include <config.h> +#include <stddef.h> /* NULL */ #include <stdlib.h> /* NULL */ #include <syslog.h> |
