Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/include Pull up revision 1.84 (requested by sommerfeld):
details: https://anonhg.NetBSD.org/src/rev/8294e226b993
branches: netbsd-1-4
changeset: 470940:8294e226b993
user: he <he%NetBSD.org@localhost>
date: Fri Oct 06 15:34:21 2000 +0000
description:
Pull up revision 1.84 (requested by sommerfeld):
Introduce the issetugid() system call.
diffstat:
include/unistd.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dcf89e02304d -r 8294e226b993 include/unistd.h
--- a/include/unistd.h Fri Oct 06 14:59:05 2000 +0000
+++ b/include/unistd.h Fri Oct 06 15:34:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.73 1999/03/26 22:23:57 sommerfe Exp $ */
+/* $NetBSD: unistd.h,v 1.73.2.1 2000/10/06 15:34:21 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -298,6 +298,7 @@
__aconst char *getusershell __P((void));
int initgroups __P((const char *, gid_t));
int iruserok __P((u_int32_t, int, const char *, const char *));
+int issetugid __P((void));
int nfssvc __P((int, void *));
int profil __P((char *, size_t, u_long, u_int));
void psignal __P((unsigned int, const char *));
Home |
Main Index |
Thread Index |
Old Index