From 1ed1dea61adba33fda0df73a6b673db6b10046f3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 2 Apr 2004 00:10:57 +0000 Subject: [PATCH] Removed getopt() prototype --- src/uname.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uname.c b/src/uname.c index d8eeb4d..ac35690 100644 --- a/src/uname.c +++ b/src/uname.c @@ -4,7 +4,6 @@ #include #include -int getopt(int argc, char * const argv[], const char *optstring); #include