openbsd-ports/shells/tcsh/patches/patch-ah
1999-08-21 17:31:45 +00:00

12 lines
429 B
Plaintext

--- sh.exp.c.orig Sat Aug 21 12:57:18 1999
+++ sh.exp.c Sat Aug 21 12:57:50 1999
@@ -155,7 +155,7 @@
* and they define _SC_NGROUPS_MAX without having sysconf
*/
# undef _SC_NGROUPS_MAX
-# if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__)
+# if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__bsdi__)
# define GID_T gid_t
# else
# define GID_T int