From 60193f70f7f246eb4a4b3530fa25323e6ba5f683 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 14 Jul 2001 16:05:55 +0000 Subject: - (stevesk) change getopt() declaration --- 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 51810b17c..d981fe434 100644 --- a/openbsd-compat/getopt.h +++ b/openbsd-compat/getopt.h @@ -1,4 +1,4 @@ -/* $Id: getopt.h,v 1.1 2001/07/14 03:22:54 djm Exp $ */ +/* $Id: getopt.h,v 1.2 2001/07/14 16:05:55 stevesk Exp $ */ #ifndef _GETOPT_H #define _GETOPT_H @@ -7,7 +7,7 @@ #ifndef HAVE_GETOPT_H -int getopt(int argc, char **argv, char *opts); +int getopt(int argc, char * const *argv, const char *opts); #endif -- cgit v1.2.3