Displaying 1 result from an estimated 1 matches for "ekonin".
Did you mean:
ekonijn
2005 May 22
0
[patch 03/12] make getopt visible
The getopt(3) function is declared in unistd.h.
Signed-off-by: Erik van Konijnenburg <ekonin@xs4all.nl>
Index: exec/ipconfig/main.c
===================================================================
--- exec.orig/ipconfig/main.c 2005-05-18 11:53:11.000000000 +0200
+++ exec/ipconfig/main.c 2005-05-21 13:09:54.000000000 +0200
@@ -12,6 +12,7 @@
#include <sys/types.h>
#include <...