summaryrefslogtreecommitdiff
path: root/audio/nas/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nas/files/patch-ac')
-rw-r--r--audio/nas/files/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/nas/files/patch-ac b/audio/nas/files/patch-ac
index 2dd87a172353..67ce9ac3f3b6 100644
--- a/audio/nas/files/patch-ac
+++ b/audio/nas/files/patch-ac
@@ -10,15 +10,3 @@
/* 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 ----