mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e3bbb3138e
Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
--- lib/audio/Astreams.c.orig Sun May 9 10:10:05 1999
|
|
+++ lib/audio/Astreams.c Sat Mar 25 15:20:42 2000
|
|
@@ -52,7 +52,9 @@
|
|
#include <sys/stropts.h>
|
|
|
|
extern int errno;
|
|
+#if !defined(BSD)
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
|
|
/* stolen from <X11/Xproto.h> */
|
|
typedef struct {
|