Displaying 1 result from an estimated 1 matches for "git_t".
Did you mean:
gid_t
2002 Jun 13
1
[2.PATCH]: Eliminate typo in bsd-misc.*
...revision 1.7
diff -u -p -r1.7 bsd-misc.c
--- openbsd-compat/bsd-misc.c 12 Jun 2002 16:57:15 -0000 1.7
+++ openbsd-compat/bsd-misc.c 13 Jun 2002 20:43:04 -0000
@@ -123,7 +123,7 @@ int truncate (const char *path, off_t le
* 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: openbsd-compat/bsd-misc.h
===================================================================
RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-misc.h,v
retrieving revision 1.5
diff -u -p -r1.5 bsd-misc.h
--- openbsd-compat/bsd-...