diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-29 04:22:58 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-29 04:22:58 +0000 |
commit | a00aca3467ce973cd6d2414c81fd5e39559374b3 (patch) | |
tree | 570b6e4f35462e81147786cc2f272d28fac7f470 /contrib/bind9/lib/isc/unix/stdtime.c | |
parent | adaaaab975815edcabdc20da6c7f0ad57ca75402 (diff) |
Notes
Diffstat (limited to 'contrib/bind9/lib/isc/unix/stdtime.c')
-rw-r--r-- | contrib/bind9/lib/isc/unix/stdtime.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bind9/lib/isc/unix/stdtime.c b/contrib/bind9/lib/isc/unix/stdtime.c index 8946a605ca74..b8d818dcfd7a 100644 --- a/contrib/bind9/lib/isc/unix/stdtime.c +++ b/contrib/bind9/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. */ -/* $Id: stdtime.c,v 1.11.2.1.10.3 2004/03/08 09:04:57 marka Exp $ */ +/* $Id: 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> |