diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 07:40:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-08-02 07:40:29 +0000 |
commit | 92ca6d96a96522bb1e8e222f02352a8b98d9203b (patch) | |
tree | bcab1b6e0db4d240584439eef7fd10b076cded30 /lib/isc/unix/stdio.c | |
parent | d2b93373b258059aa9768088e51b34573accbb40 (diff) |
Notes
Diffstat (limited to 'lib/isc/unix/stdio.c')
-rw-r--r-- | lib/isc/unix/stdio.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index a18c5ab15686..c06bd4fbb269 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.6 2004-03-05 05:11:47 marka Exp $ */ +/* $Id: stdio.c,v 1.6.18.2 2011-03-05 23:47:52 tbox Exp $ */ #include <config.h> @@ -23,6 +23,7 @@ #include <unistd.h> #include <isc/stdio.h> +#include <isc/stat.h> #include "errno2result.h" |