]> andersk Git - openssh.git/commitdiff
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
authormouring <mouring>
Thu, 13 Jun 2002 21:34:57 +0000 (21:34 +0000)
committermouring <mouring>
Thu, 13 Jun 2002 21:34:57 +0000 (21:34 +0000)
ChangeLog
openbsd-compat/bsd-misc.c
openbsd-compat/bsd-misc.h

index 2c8e5869a995e5e02e63f91ebced0646d0076ab1..0c300b0a7afd5945568c7fb328cd293b4db08bc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20020613
+ - (bal) typo of setgroup for cygwin.  Patch by vinschen@redhat.com
+
 20020612
  - (bal) OpenBSD CVS Sync
    - markus@cvs.openbsd.org 2002/06/11 23:03:54
index a90658ba51673b3b0683c98b4fc068a1d7b8b12c..df2b4b560db43cbaf364082ff2e9e30eba005380 100644 (file)
@@ -123,7 +123,7 @@ int truncate (const char *path, off_t length)
  * Cygwin setgroups should be a noop.
  */
 int
-setgroups(size_t size, const git_t *list)
+setgroups(size_t size, const gid_t *list)
 {
        return 0;
 }
index d374bd70a756ede73810f41e700dc31135718562..2d62ff6556a84940a8781c90d09035f451a9fa50 100644 (file)
@@ -77,7 +77,7 @@ int truncate (const char *path, off_t length);
 #endif /* HAVE_TRUNCATE */
 
 #if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP)
-int setgroups(size_t size, const git_t *list);
+int setgroups(size_t size, const gid_t *list);
 #endif
 
 
This page took 0.058379 seconds and 5 git commands to generate.