Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2007 22:13:22 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127851 for review
Message-ID:  <200710202213.l9KMDMNx067990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127851

Change 127851 by jb@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 \



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