diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:15:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:15:30 +0000 |
commit | 8b855eebd1cada447595924e5d32c1c859e07ff2 (patch) | |
tree | fd45309c752ff4f14c2a81b5993db10012f1433f /lib/libc/compat-43/Makefile.inc | |
parent | 60b14187d21c7733684258d7f3443339972d610f (diff) |
Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD
functions.
Diffstat (limited to 'lib/libc/compat-43/Makefile.inc')
-rw-r--r-- | lib/libc/compat-43/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 58227126664..1bf6ec18537 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.4 2000/03/28 22:43:34 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/10/30 20:15:29 millert Exp $ # compat-43 sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/compat-43 ${LIBCSRCDIR}/compat-43 -SRCS+= __setreuid.c __setregid.c creat.c getdtablesize.c gethostid.c \ - getwd.c killpg.c sethostid.c setpgrp.c setregid.c setreuid.c \ - setrgid.c setruid.c sigcompat.c +SRCS+= creat.c getdtablesize.c gethostid.c getwd.c killpg.c sethostid.c \ + setpgrp.c setregid.c setreuid.c setrgid.c setruid.c sigcompat.c MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 setregid.3 setreuid.3 \ setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 |