repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
tools
/
compat
/
setgroupent.c
blob
3f7b8847c26c869be079b9111f420f262a094ca9
1
/* $NetBSD: setgroupent.c,v 1.3 2002/02/26 22:29:39 tv Exp $ */
2
3
#include
"nbtool_config.h"
4
5
#if !HAVE_SETGROUPENT || !HAVE_DECL_SETGROUPENT
6
#include <grp.h>
7
8
int
setgroupent
(
int
stayopen
) {
9
setgrent
();
10
return
1
;
11
}
12
#endif