mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b10cce44e8
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
--- 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
|