From a4f7ae1a35b5da61705bea75bcc50bc7a27726dd Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 17 Sep 2001 14:34:33 -0700 Subject: - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h] rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls. --- openbsd-compat/getopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/getopt.h') diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h index d981fe434..08a4eb3e0 100644 --- a/openbsd-compat/getopt.h +++ b/openbsd-compat/getopt.h @@ -1,4 +1,4 @@ -/* $Id: getopt.h,v 1.2 2001/07/14 16:05:55 stevesk Exp $ */ +/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */ #ifndef _GETOPT_H #define _GETOPT_H @@ -7,7 +7,7 @@ #ifndef HAVE_GETOPT_H -int getopt(int argc, char * const *argv, const char *opts); +int BSDgetopt(int argc, char * const *argv, const char *opts); #endif -- cgit v1.2.3