diff options
author | bde <bde@FreeBSD.org> | 1995-04-25 10:00:04 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-04-25 10:00:04 +0000 |
commit | ff316d0a9c75a7861ecf078e688eeb94d1abd410 (patch) | |
tree | b3b3b9f3e8043cab674a03d96da4078225feaf8b | |
parent | b25e489488449eec23f7193a417fea24f5def064 (diff) | |
download | FreeBSD-src-ff316d0a9c75a7861ecf078e688eeb94d1abd410.zip FreeBSD-src-ff316d0a9c75a7861ecf078e688eeb94d1abd410.tar.gz |
Remove setre*id*.
-rw-r--r-- | lib/libc/compat-43/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 8d1ecc3..1d06c57d 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -4,10 +4,10 @@ .PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ - setregid.c setreuid.c setrgid.c setruid.c sigcompat.c + setrgid.c setruid.c sigcompat.c MAN2+= compat-43/creat.2 compat-43/killpg.2 \ - compat-43/setregid.2 compat-43/setreuid.2 compat-43/sigblock.2 \ + compat-43/sigblock.2 \ compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2 MAN3+= compat-43/gethostid.3 compat-43/setruid.3 |