mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
4aad14d520
PR: ports/66017 Submitted by: Andrew Belashov Approved by: maintainer
12 lines
311 B
C
12 lines
311 B
C
--- getopt.c.orig Fri Oct 9 10:59:00 1998
|
|
+++ getopt.c Tue Apr 27 09:57:46 2004
|
|
@@ -209,6 +209,8 @@
|
|
|
|
char *getenv ();
|
|
extern int strncmp(const char *s1, const char *s2, size_t len);
|
|
+extern int strcmp(const char *, const char *);
|
|
+extern size_t strlen(const char *);
|
|
|
|
static char *
|
|
my_index (str, chr)
|