From ff5f47e230b2c8278791c0fb8b2bcb0d08fcee1b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 18 Sep 2001 15:05:20 +1000 Subject: - (djm) Avoid warning on BSDgetopt --- openbsd-compat/getopt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openbsd-compat/getopt.h') diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h index 08a4eb3e0..9abdae8e9 100644 --- a/openbsd-compat/getopt.h +++ b/openbsd-compat/getopt.h @@ -1,14 +1,14 @@ -/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */ +/* $Id: getopt.h,v 1.4 2001/09/18 05:05:21 djm Exp $ */ -#ifndef _GETOPT_H -#define _GETOPT_H +#ifndef _BSDGETOPT_H +#define _BSDGETOPT_H #include "config.h" -#ifndef HAVE_GETOPT_H +#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET) int BSDgetopt(int argc, char * const *argv, const char *opts); #endif -#endif /* _GETOPT_H */ +#endif /* _BSDGETOPT_H */ -- cgit v1.2.3