mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e3bbb3138e
Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
--- 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
|