PERFORCE change 127851 for review

John Birrell jb at FreeBSD.org
Sat Oct 20 15:13:24 PDT 2007


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

Change 127851 by jb at jb_freebsd1 on 2007/10/20 22:12:59

	Add a Solaris compatibility header.

Affected files ...

.. //depot/projects/dtrace/src/include/Makefile#12 edit
.. //depot/projects/dtrace6/src/include/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/include/Makefile#12 (text+ko) ====

@@ -7,8 +7,8 @@
 
 CLEANFILES= osreldate.h version vers.c
 SUBDIR= arpa gssapi protocols rpcsvc rpc
-INCS=	a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
-	db.h \
+INCS=	a.out.h alloca.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h \
+	ctype.h db.h \
 	dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
 	fts.h ftw.h getopt.h glob.h grp.h gssapi.h \
 	histedit.h ieeefp.h ifaddrs.h \

==== //depot/projects/dtrace6/src/include/Makefile#2 (text+ko) ====

@@ -5,8 +5,8 @@
 
 CLEANFILES= osreldate.h version vers.c
 SUBDIR= arpa protocols rpcsvc rpc
-INCS=	a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
-	db.h \
+INCS=	a.out.h alloca.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h
+	ctype.h db.h \
 	dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
 	fts.h ftw.h getopt.h glob.h grp.h \
 	hesiod.h histedit.h ieeefp.h ifaddrs.h \


More information about the p4-projects mailing list