Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/sys/sys Pull up following revision(s) (requested by he in...
details:   https://anonhg.NetBSD.org/src/rev/93988bad47b7
branches:  netbsd-2
changeset: 564607:93988bad47b7
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Aug 11 14:13:35 2007 +0000
description:
Pull up following revision(s) (requested by he in ticket #11353):
        sys/sys/ucred.h: revision 1.29 via patch
This needs <sys/param.h> for NGROUPS
diffstat:
 sys/sys/ucred.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 6b77ed56cc7d -r 93988bad47b7 sys/sys/ucred.h
--- a/sys/sys/ucred.h   Sat Aug 11 14:10:48 2007 +0000
+++ b/sys/sys/ucred.h   Sat Aug 11 14:13:35 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ucred.h,v 1.18 2003/08/07 16:34:21 agc Exp $   */
+/*     $NetBSD: ucred.h,v 1.18.4.1 2007/08/11 14:13:35 bouyer Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -34,6 +34,8 @@
 #ifndef _SYS_UCRED_H_
 #define        _SYS_UCRED_H_
 
+#include <sys/param.h>
+
 /*
  * Credentials.
  */
Home |
Main Index |
Thread Index |
Old Index