summaryrefslogtreecommitdiff
path: root/audio/nas/files/patch-ad
blob: 36336b371ef2f2045feab5ce55e7ad6e14b29508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- clients/audio/auedit/Graph.c.orig	Mon Oct 25 02:24:08 1999
+++ clients/audio/auedit/Graph.c	Sat Mar 25 14:56:23 2000
@@ -28,7 +28,7 @@
  */
 
 #ifndef WIN32
-# ifdef __NetBSD__
+# if defined(__NetBSD__) || defined(__FreeBSD__)
 #  include <limits.h>
 #  define MAXSHORT SHRT_MAX
 #  define MINSHORT SHRT_MIN