This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
fix build error on OS X
OPENBSD_5_7
Brent Cook
10 years ago
parent
9ef517cfb7
commit
7559d73f7d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compat/bsd-setresgid.c
+ 1
- 1
compat/bsd-setresgid.c
View File
@ -30,7 +30,7 @@ setresgid(gid_t rgid, gid_t egid, gid_t sgid)
#
else
#
else
if
(
setegid
(
egid
)
=
=
-
1
)
if
(
setegid
(
egid
)
=
=
-
1
)
return
-
1
;
return
-
1
;
if
(
setgid
(
rgid
)
)
=
=
-
1
)
if
(
setgid
(
rgid
)
=
=
-
1
)
return
-
1
;
return
-
1
;
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save