From 41ecb87b06112f5c5ec1c81deb735501a6e8133e Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 14 Jan 2006 10:13:50 +0000 Subject: MFC import of BIND 9.3.2 --- contrib/bind9/lib/dns/gen-unix.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'contrib/bind9/lib/dns/gen-unix.h') diff --git a/contrib/bind9/lib/dns/gen-unix.h b/contrib/bind9/lib/dns/gen-unix.h index 8c1818dd6d6c..bd007c4541f3 100644 --- a/contrib/bind9/lib/dns/gen-unix.h +++ b/contrib/bind9/lib/dns/gen-unix.h @@ -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,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen-unix.h,v 1.12.12.3 2004/03/08 09:04:29 marka Exp $ */ +/* $Id: gen-unix.h,v 1.12.12.5 2005/06/09 23:54:29 marka Exp $ */ /* * This file is responsible for defining two operations that are not @@ -40,6 +40,10 @@ #include #include +#ifdef NEED_OPTARG +extern char *optarg; +#endif + #define isc_commandline_parse getopt #define isc_commandline_argument optarg -- cgit v1.2.3