summaryrefslogtreecommitdiff
path: root/math/ss/files/patch-ac
blob: ca338d3c9ed14f00c0ce8477c84e9d1fa239464d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ss.h.orig	Sat Feb 12 02:09:57 1994
+++ ss.h	Fri Jan 24 17:57:20 1997
@@ -651,7 +651,7 @@
  * BSDI's BSD/386 is also missing it.
  *	From: Mike Durian <durian@advtech.uswest.com> 8 Feb 1994.
  */
-#if defined(apollo) || defined (__bsdi__)
+#if defined(apollo) || defined (__bsdi__) || defined(__FreeBSD__)
 #  define beep()	write(2, "\007", 1)
 #endif