Author: ed Date: Wed Mar 3 18:30:10 2010 New Revision: 204649 URL: http://svn.freebsd.org/changeset/base/204649
Log: Remove last traces of <utmp.h>. Deleted: head/include/utmp.h Modified: head/ObsoleteFiles.inc head/include/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Wed Mar 3 17:58:41 2010 (r204648) +++ head/ObsoleteFiles.inc Wed Mar 3 18:30:10 2010 (r204649) @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100303: actual removal of utmp.h +OLD_FILES+=usr/include/utmp.h # 20100227: [ia64] removed <machine/sapicreg.h> and <machine/sapicvar.h> .if ${TARGET_ARCH} == "ia64" OLD_FILES+=usr/include/machine/sapicreg.h Modified: head/include/Makefile ============================================================================== --- head/include/Makefile Wed Mar 3 17:58:41 2010 (r204648) +++ head/include/Makefile Wed Mar 3 18:30:10 2010 (r204649) @@ -23,7 +23,7 @@ INCS= a.out.h ar.h assert.h bitstring.h stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h termios.h tgmath.h \ time.h timeconv.h timers.h ttyent.h \ - ulimit.h unistd.h utime.h utmp.h utmpx.h uuid.h varargs.h vis.h \ + ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h vis.h \ wchar.h wctype.h wordexp.h MHDRS= float.h floatingpoint.h stdarg.h _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"