mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
431133bf98
order I've ever seen. Haven't these guys ever done Unix programming before? * Quiet some compiling warnings. For "security" software, this code should NOT have as many warnings and unused vars as it does.
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
--- lib/strerror.c.orig Tue Jan 7 18:03:01 1997
|
|
+++ lib/strerror.c Thu Dec 10 08:19:59 1998
|
|
@@ -11,9 +11,11 @@
|
|
|
|
#include <sys/errno.h>
|
|
|
|
+/*
|
|
extern int errno;
|
|
extern char *sys_errlist[];
|
|
extern int sys_nerr;
|
|
+*/
|
|
|
|
char *
|
|
strerror(x)
|