diff options
Diffstat (limited to 'lib-src/ntlib.c')
| -rw-r--r-- | lib-src/ntlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 02db2afdd37..0ecd4177d2c 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -143,7 +143,7 @@ setuid (unsigned uid) | |||
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | int | 145 | int |
| 146 | setegid (unsigned gid) | 146 | setregid (unsigned rgid, unsigned gid) |
| 147 | { | 147 | { |
| 148 | return 0; | 148 | return 0; |
| 149 | } | 149 | } |