summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-03-03 18:30:10 +0000
committered <ed@FreeBSD.org>2010-03-03 18:30:10 +0000
commitcb38fdae7c004eec078edf577e1819ce9760aecb (patch)
tree880774134f322c52b7b5846c17813f585ca24414
parente3c00ddca2867c8720e62e1bbb896673b6dedc93 (diff)
downloadFreeBSD-src-cb38fdae7c004eec078edf577e1819ce9760aecb.zip
FreeBSD-src-cb38fdae7c004eec078edf577e1819ce9760aecb.tar.gz
Remove last traces of <utmp.h>.
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--include/Makefile2
-rw-r--r--include/utmp.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ff811b7..e576e9e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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
diff --git a/include/Makefile b/include/Makefile
index c964827..509bd47 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -23,7 +23,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.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
diff --git a/include/utmp.h b/include/utmp.h
deleted file mode 100644
index 8e1363c..0000000
--- a/include/utmp.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* $FreeBSD$ */
-#error "<utmp.h> has been replaced by <utmpx.h>"
OpenPOWER on IntegriCloud