Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting

this makefile update which should have been together with the file
removal.

Removed vlimit.3 and vtimes.3.  Removed vlimit.c and vtimes.c from
the "MISSING" list.  These were old variants of get/setrlimit() and
getrusage(), respectively, and were never implemented in FreeBSD.
vlimit.3 referred to <sys/vlimit.h> which was removed recently.
vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD.
This commit is contained in:
Bruce Evans 1999-12-22 13:49:14 +00:00
parent cee710e762
commit 8f4620bc42

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
LIB=compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
@ -11,10 +12,10 @@ NOPIC=
${.CURDIR}/regexp
# compat 4.1 sources
# XXX MISSING: tell.c vlimit.c vtimes.c
# XXX MISSING: tell.c
SRCS+= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c
MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 4.1/vlimit.3 4.1/vtimes.3
MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3
MAN3+= 4.1/cftime.3
MLINKS+=stty.3 gtty.3