summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-06 00:53:42 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-06 00:53:42 +0000
commit36b1350193d1288ec0a7f6a20eb679b6a80c9ded (patch)
tree1b98a375fa6e4ea4e9b963919f89e543d9283f0e /audio
parentUpgrade to 2.4 (diff)
Allow nas to compile under CURRENT.
Notes
Notes: svn path=/head/; revision=8505
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/nas/files/patch-aa b/audio/nas/files/patch-aa
new file mode 100644
index 000000000000..c6e297e99430
--- /dev/null
+++ b/audio/nas/files/patch-aa
@@ -0,0 +1,19 @@
+--- clients/audio/audial/audial.c.orig Wed Nov 5 18:50:21 1997
++++ clients/audio/audial/audial.c Wed Nov 5 18:56:33 1997
+@@ -133,6 +133,7 @@
+ signal(SIGALRM, SIG_DFL);
+ }
+
++#if !defined(__FreeBSD__) || (__FreeBSD__ < 3)
+ static void
+ usleep(usecs)
+ unsigned int usecs;
+@@ -149,7 +150,7 @@
+ setitimer(ITIMER_REAL, &ntval, &otval);
+ pause();
+ }
+-
++#endif
+ #endif /* SYSV else not */
+ #endif /* VMS else not */
+ #endif /* NEEDUSLEEP */