$NetBSD: patch-aa,v 1.3 1999/11/12 05:17:20 hubertf Exp $

--- ./ar.h	Sat May  1 06:04:22 1993
+++ /usr/pkgsrc/archivers/zoo/work.i386.unpatched/ar.h	Fri Nov 12 06:19:39 1999
@@ -15,9 +15,11 @@
 /* uchar should be 8 bits or more */
 /* typedef unsigned char  uchar;   -- already in zoo.h */
 
+#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 */
+#endif
 #endif
 typedef unsigned long  ulong;   /* 32 bits or more */
 
