]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-misc.c
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-misc.c
index 070a133a2d20c8bcaf5f10bacaca25b1463b3813..8e49321b4765d51f2a1fa9f89ed9008e77e3ef3e 100644 (file)
@@ -122,17 +122,6 @@ int truncate(const char *path, off_t length)
 }
 #endif /* HAVE_TRUNCATE */
 
-#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP)
-/*
- * Cygwin setgroups should be a noop.
- */
-int
-setgroups(size_t size, const gid_t *list)
-{
-       return (0);
-}
-#endif 
-
 #if !defined(HAVE_NANOSLEEP) && !defined(HAVE_NSLEEP)
 int nanosleep(const struct timespec *req, struct timespec *rem)
 {
This page took 0.033924 seconds and 4 git commands to generate.