diff options
author | ed <ed@FreeBSD.org> | 2010-03-03 18:30:10 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-03-03 18:30:10 +0000 |
commit | cb38fdae7c004eec078edf577e1819ce9760aecb (patch) | |
tree | 880774134f322c52b7b5846c17813f585ca24414 /include | |
parent | e3c00ddca2867c8720e62e1bbb896673b6dedc93 (diff) | |
download | FreeBSD-src-cb38fdae7c004eec078edf577e1819ce9760aecb.zip FreeBSD-src-cb38fdae7c004eec078edf577e1819ce9760aecb.tar.gz |
Remove last traces of <utmp.h>.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 | ||||
-rw-r--r-- | include/utmp.h | 2 |
2 files changed, 1 insertions, 3 deletions
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>" |