]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-misc.c
Import of OpenSSH 3.3p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-misc.c
index dae90122b0137955cb28d6c7b43adbaad7362de9..df2b4b560db43cbaf364082ff2e9e30eba005380 100644 (file)
@@ -118,3 +118,14 @@ 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 
+
This page took 0.08182 seconds and 4 git commands to generate.