From c4eef09e98f68334ed965de04205030a1e4136f8 Mon Sep 17 00:00:00 2001 From: ykiryanov Date: Mon, 23 Feb 2004 20:00:15 +0000 Subject: [PATCH] Fixed a typo in declaration of setegid(0 --- include/ptlib/unix/ptlib/pmachdep.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ptlib/unix/ptlib/pmachdep.h b/include/ptlib/unix/ptlib/pmachdep.h index 75455ce9..51d7d230 100644 --- a/include/ptlib/unix/ptlib/pmachdep.h +++ b/include/ptlib/unix/ptlib/pmachdep.h @@ -27,6 +27,9 @@ * Contributor(s): ______________________________________. * * $Log$ + * Revision 1.61 2004/02/23 20:00:15 ykiryanov + * Fixed a typo in declaration of setegid(0 + * * Revision 1.60 2004/02/22 04:33:19 ykiryanov * Added missing prototype for setegid for BeOS * @@ -415,7 +418,7 @@ typedef int socklen_t; #define wait3(s, o, r) waitpid(-1, s, o) #define PSETPGRP() setpgid(0,0) int seteuid(uid_t euid); -int setegid(gid_t gid) +int setegid(gid_t gid); #ifndef BE_BONELESS #include -- 2.11.4.GIT