Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/libc/sys Pull up revision 1.101 (via patch, request...



details:   https://anonhg.NetBSD.org/src/rev/8c8e306d1016
branches:  netbsd-1-4
changeset: 470953:8c8e306d1016
user:      he <he%NetBSD.org@localhost>
date:      Sun Oct 08 15:43:43 2000 +0000

description:
Pull up revision 1.101 (via patch, requested by he):
  Introduce the issetugid() system call.
  Add manual page.

diffstat:

 lib/libc/sys/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r afebc68d7a6c -r 8c8e306d1016 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Sun Oct 08 15:41:30 2000 +0000
+++ b/lib/libc/sys/Makefile.inc Sun Oct 08 15:43:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.91.2.2 2000/10/06 14:59:05 he Exp $
+#      $NetBSD: Makefile.inc,v 1.91.2.3 2000/10/08 15:43:43 he Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -177,8 +177,8 @@
        getdents.2 getdirentries.3 getfh.2 getfsstat.2 getgid.2 getgroups.2 \
        getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
        getpriority.2 getrlimit.2 getrusage.2 getsid.2 getsockname.2 \
-       getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 kill.2 \
-       ktrace.2 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 \
+       getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 issetugid.2 \
+       kill.2 ktrace.2 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 \
        madvise.2 mincore.2 minherit.2 mlock.2 mmap.2 mount.2 \
        mprotect.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
        munmap.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 pipe.2 \



Home | Main Index | Thread Index | Old Index