summaryrefslogtreecommitdiff
path: root/audio/nas/files/patch-ac
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 01:53:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 01:53:27 +0000
commit9510e05e21954748f540ddad397c1506df45c629 (patch)
tree287693013a824f5628c9bc3fdfed7951c60f556d /audio/nas/files/patch-ac
parentFor submakes, don't do a `${MAKE} ${MAKEFILE} all' or (diff)
NAS - NetAudio Server.
Notes
Notes: svn path=/head/; revision=317
Diffstat (limited to 'audio/nas/files/patch-ac')
-rw-r--r--audio/nas/files/patch-ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/nas/files/patch-ac b/audio/nas/files/patch-ac
new file mode 100644
index 000000000000..2dd87a172353
--- /dev/null
+++ b/audio/nas/files/patch-ac
@@ -0,0 +1,24 @@
+*** ./lib/audio/Astreams.c.orig Thu Nov 3 11:58:30 1994
+--- ./lib/audio/Astreams.c Thu Nov 3 11:58:52 1994
+***************
+*** 52,58 ****
+ #include <sys/stropts.h>
+
+ extern int errno;
+- extern char *sys_errlist[];
+
+ /* stolen from <X11/Xproto.h> */
+ typedef struct {
+--- 52,57 ----
+*** ./lib/audio/Alibint.c.orig Thu Nov 3 11:58:07 1994
+--- ./lib/audio/Alibint.c Thu Nov 3 11:58:47 1994
+***************
+*** 1266,1272 ****
+ static char *_SysErrorMsg (n)
+ int n;
+ {
+- extern char *sys_errlist[];
+ extern int sys_nerr;
+ char *s = ((n >= 0 && n < sys_nerr) ? sys_errlist[n] : "unknown error");
+
+--- 1266,1271 ----