Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 17:39:17 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44210 for review
Message-ID:  <200312230139.hBN1dHXk027406@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=44210

Change 44210 by rwatson@rwatson_powerbook on 2003/12/22 17:38:47

	Define one include per line, so that diffs make more sense and there
	are fewer conflicts.  Add sbuf.h.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/Makefile#5 (text+ko) ====

@@ -3,7 +3,13 @@
 dummy:
 	@echo Please following the directions in bootstrap_instructions.txt
 
-TBSDHEADERS=extattr.h mac.h mac_policy.h _label.h ucred.h
+TBSDHEADERS=\
+	_label.h \
+	extattr.h \
+	mac.h \
+	mac_policy.h \
+	sbuf.h \
+	ucred.h
 
 SRC1=apsl/xnu/bsd/sys
 DEST1=/usr/include/sys


help

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