summaryrefslogtreecommitdiffstats
path: root/archivers/zoo/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-24 02:12:23 +0000
committerasami <asami@FreeBSD.org>1997-04-24 02:12:23 +0000
commit74efaa20c4dc56dc3bae2742dd297d75e757ed29 (patch)
tree829b4837adba289a888023bf0f3ddd45db0533e4 /archivers/zoo/files
parent36720122caa6db11427d39d4c79e51fa11e1c4d1 (diff)
downloadFreeBSD-ports-74efaa20c4dc56dc3bae2742dd297d75e757ed29.zip
FreeBSD-ports-74efaa20c4dc56dc3bae2742dd297d75e757ed29.tar.gz
Define "uint" if __FreeBSD__ >= 3.
Diffstat (limited to 'archivers/zoo/files')
-rw-r--r--archivers/zoo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zoo/files/patch-aa b/archivers/zoo/files/patch-aa
index a865419..e2514e6 100644
--- a/archivers/zoo/files/patch-aa
+++ b/archivers/zoo/files/patch-aa
@@ -222,7 +222,7 @@
/* uchar should be 8 bits or more */
/* typedef unsigned char uchar; -- already in zoo.h */
-+ #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
++ #if !(defined(__FreeBSD__) && __FreeBSD__ < 3) && !defined(__OpenBSD__) && !defined(__NetBSD__)
typedef unsigned int uint; /* 16 bits or more */
#if !defined(__386BSD__) || !defined(_TYPES_H_)
typedef unsigned short ushort; /* 16 bits or more */
OpenPOWER on IntegriCloud