diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-01 05:24:42 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-01 05:24:42 +0000 |
commit | ec84331f94b7065559939a5aff7347596bedbccd (patch) | |
tree | f929ac955ed5ffe7020bc29e63139cb1c4d71c57 /lib/isc/unix/stdio.c | |
parent | 91c9e506e5675dfd27b76407ff9a999733b62de4 (diff) |
Notes
Diffstat (limited to 'lib/isc/unix/stdio.c')
-rw-r--r-- | lib/isc/unix/stdio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index ff3a527b47452..9221d2a0ea7de 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.8 2007-06-19 23:47:18 tbox Exp $ */ +/* $Id: stdio.c,v 1.8.814.2 2011-03-05 23:52:09 tbox Exp $ */ #include <config.h> @@ -23,6 +23,7 @@ #include <unistd.h> #include <isc/stdio.h> +#include <isc/stat.h> #include "errno2result.h" |