]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-misc.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / bsd-misc.h
index f74665350f02e63a512663eb055756924b35cd35..e8e95ce4a882b4feb6c290170fcafb982aab8648 100644 (file)
@@ -67,10 +67,6 @@ int utimes(char *, struct timeval *);
 int truncate (const char *, off_t);
 #endif /* HAVE_TRUNCATE */
 
-#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP)
-int setgroups(size_t, const gid_t *);
-#endif
-
 #if !defined(HAVE_NANOSLEEP) && !defined(HAVE_NSLEEP)
 #ifndef HAVE_STRUCT_TIMESPEC
 struct timespec {
This page took 0.306682 seconds and 4 git commands to generate.