Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 12:18:07 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9842 for review
Message-ID:  <200204161918.g3GJI7F19473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9842

Change 9842 by green@green_laptop_2 on 2002/04/16 12:17:25

	#include <machine/limits.h> where needed.

Affected files ...

... //depot/projects/trustedbsd/mac/release/Makefile#10 edit
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/sidtab.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/release/Makefile#10 (text+ko) ====

@@ -273,7 +273,10 @@
 	for i in ${BOOTSTRAPUTILS} ; do \
 		cp -p ${CHROOTDIR}$$i ${CHROOTDIR}/${BOOTSTRAPDIR} ; \
 	done
-.if !defined(RELEASETAG)
+.if defined(SRCROOTDIR)
+	cd ${CHROOTDIR}/usr && rm -rf src && \
+		cp -Rp ${SRCROOTDIR}/ src
+.elif !defined(RELEASETAG)
 	cd ${CHROOTDIR}/usr && rm -rf src && \
 		cvs -R -d ${CVSROOT} co -P ${RELEASESRCMODULE}
 .else

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/sidtab.c#2 (text+ko) ====

@@ -13,6 +13,8 @@
 #include <sys/kernel.h>
 #include <sys/systm.h>
 
+#include <machine/limits.h>
+
 #include <security/sebsd/linux-compat.h>
 #include <security/sebsd/flask.h>
 #include <security/sebsd/ss/global.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204161918.g3GJI7F19473>