From 515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 29 Aug 2003 16:59:52 +0000 Subject: - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our files, and added missing license to header. --- openbsd-compat/getopt.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 openbsd-compat/getopt.h (limited to 'openbsd-compat/getopt.h') diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h deleted file mode 100644 index 9abdae8e9..000000000 --- a/openbsd-compat/getopt.h +++ /dev/null @@ -1,14 +0,0 @@ -/* $Id: getopt.h,v 1.4 2001/09/18 05:05:21 djm Exp $ */ - -#ifndef _BSDGETOPT_H -#define _BSDGETOPT_H - -#include "config.h" - -#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET) - -int BSDgetopt(int argc, char * const *argv, const char *opts); - -#endif - -#endif /* _BSDGETOPT_H */ -- cgit v1.2.3