freebsd-ports/net/fspclient/files/patch-ak
Steve Price b10cce44e8 * Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits

PR:		15720
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-27 21:35:55 +00:00

12 lines
309 B
Text

--- common/common.h.orig Fri May 7 02:04:30 1993
+++ common/common.h Mon Dec 27 20:53:08 1999
@@ -92,7 +92,9 @@
/* definitions missing from many system headers */
extern int errno;
extern int sys_nerr;
+#ifndef __FreeBSD__
extern char *sys_errlist[];
+#endif
#if !HAVE_STRDUP
#ifndef ANSI_PROTOTYPES