Date: Wed, 3 Mar 2010 18:30:10 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204649 - in head: . include Message-ID: <201003031830.o23IUAGu030233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003031830.o23IUAGu030233>