summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-13 21:34:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-13 21:34:57 +0000
commit0e23ebcc8b022710a266982694f3e10e3f19e20b (patch)
tree5b26ff719b8a717f4c13a0e1101007b488e55a0b /openbsd-compat/bsd-misc.h
parentb7ae94dd0b90d126a5be2dd4362e6148980529aa (diff)
downloadopenssh-git-0e23ebcc8b022710a266982694f3e10e3f19e20b.tar.gz
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r--openbsd-compat/bsd-misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h
index aff23173..98119604 100644
--- a/openbsd-compat/bsd-misc.h
+++ b/openbsd-compat/bsd-misc.h
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id: bsd-misc.h,v 1.5 2002/06/12 16:57:15 mouring Exp $ */
+/* $Id: bsd-misc.h,v 1.6 2002/06/13 21:34:58 mouring Exp $ */
#ifndef _BSD_MISC_H
#define _BSD_MISC_H
@@ -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