PERFORCE change 64983 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 12 15:40:33 PST 2004


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

Change 64983 by peter at peter_daintree on 2004/11/12 23:39:51

	Pave way for providing an alternate #include <machine/...
	without duplicating the entire common parts.

Affected files ...

.. //depot/projects/hammer/include/Makefile#34 edit
.. //depot/projects/hammer/include/float.h#1 add
.. //depot/projects/hammer/include/floatingpoint.h#1 add
.. //depot/projects/hammer/include/stdarg.h#1 add

Differences ...

==== //depot/projects/hammer/include/Makefile#34 (text+ko) ====

@@ -7,8 +7,8 @@
 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 \
-	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 \
+	dirent.h dlfcn.h elf.h elf-hints.h err.h float.h floatingpoint.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 \
 	inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
 	locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
@@ -16,14 +16,12 @@
 	proc_service.h pthread.h \
 	pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
 	resolv.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
-	stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
+	stdarg.h stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
 	strings.h sysexits.h tar.h tgmath.h \
 	time.h timeconv.h timers.h ttyent.h \
 	ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
 	wctype.h wordexp.h
 
-MHDRS=	float.h floatingpoint.h stdarg.h
-
 # posix4/mqueue.h is useless without an implementation and isn't installed:
 PHDRS=	sched.h semaphore.h _semaphore.h # mqueue.h
 
@@ -76,9 +74,6 @@
 .for i in ${LHDRS}
 INCSLINKS+=	sys/$i ${INCLUDEDIR}/$i
 .endfor
-.for i in ${MHDRS}
-INCSLINKS+=	machine/$i ${INCLUDEDIR}/$i
-.endfor
 .for i in ${PHDRS}
 INCSLINKS+=	posix4/$i ${INCLUDEDIR}/$i
 .endfor


More information about the p4-projects mailing list