summaryrefslogtreecommitdiff
path: root/groupaccess.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:20:33 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:20:33 +1000
commit427a1d57bb6110dcf2b8fcdcabe566b8290a942a (patch)
treeeb7f8a5ef9c62bb24347a51b424b8144850b97ca /groupaccess.h
parent5d3ac7f7eeb8a5d060e5dcdd6f33af1cec909d96 (diff)
downloadopenssh-git-427a1d57bb6110dcf2b8fcdcabe566b8290a942a.tar.gz
- stevesk@cvs.openbsd.org 2006/07/02 22:45:59
[groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c] move #include <grp.h> out of includes.h (portable needed uidswap.c too)
Diffstat (limited to 'groupaccess.h')
-rw-r--r--groupaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/groupaccess.h b/groupaccess.h
index 2bde125c..b0baccfb 100644
--- a/groupaccess.h
+++ b/groupaccess.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: groupaccess.h,v 1.5 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: groupaccess.h,v 1.6 2006/07/02 22:45:59 stevesk Exp $ */
/*
* Copyright (c) 2001 Kevin Steves. All rights reserved.
@@ -27,7 +27,7 @@
#ifndef GROUPACCESS_H
#define GROUPACCESS_H
-#include <grp.h>
+#include <sys/types.h>
int ga_init(const char *, gid_t);
int ga_match(char * const *, int);