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)
- (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 aff231733..981196044 100644
--- a/openbsd-compat/bsd-misc.h
+++ b/openbsd-compat/bsd-misc.h
@@ -22,7 +22,7 @@
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 */ 23 */
24 24
25/* $Id: bsd-misc.h,v 1.5 2002/06/12 16:57:15 mouring Exp $ */ 25/* $Id: bsd-misc.h,v 1.6 2002/06/13 21:34:58 mouring Exp $ */
26 26
27#ifndef _BSD_MISC_H 27#ifndef _BSD_MISC_H
28#define _BSD_MISC_H 28#define _BSD_MISC_H
@@ -77,7 +77,7 @@ int truncate (const char *path, off_t length);
77#endif /* HAVE_TRUNCATE */ 77#endif /* HAVE_TRUNCATE */
78 78
79#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP) 79#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP)
80int setgroups(size_t size, const git_t *list); 80int setgroups(size_t size, const gid_t *list);
81#endif 81#endif
82 82
83 83