mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
|
--- routines/sound/st.h.orig Mon Dec 21 21:14:29 1998
|
||
|
+++ routines/sound/st.h Mon Dec 21 21:18:03 1998
|
||
|
@@ -8,4 +8,8 @@
|
||
|
*/
|
||
|
|
||
|
+#if (defined(netbsd) || defined(freebsd)) && !defined(unix)
|
||
|
+#define unix
|
||
|
+#endif
|
||
|
+
|
||
|
#define IMPORT extern
|
||
|
#define EXPORT
|