diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:38:40 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:38:40 +0000 |
commit | 1b816ea846aca3ee89e7995373ace609e9518424 (patch) | |
tree | b41cdc8495cae7fa9c2e0f98a5f2e71656b61f9a /groupaccess.h | |
parent | fa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (diff) | |
parent | 086ea76990b1e6287c24b6db74adffd4605eb3b0 (diff) |
import openssh-4.6p1-gsskex-20070312.patch
Diffstat (limited to 'groupaccess.h')
-rw-r--r-- | groupaccess.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/groupaccess.h b/groupaccess.h index ede4805c2..04b449894 100644 --- a/groupaccess.h +++ b/groupaccess.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: groupaccess.h,v 1.4 2001/06/26 17:27:23 markus Exp $ */ | 1 | /* $OpenBSD: groupaccess.h,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Kevin Steves. All rights reserved. | 4 | * Copyright (c) 2001 Kevin Steves. All rights reserved. |
@@ -27,8 +27,6 @@ | |||
27 | #ifndef GROUPACCESS_H | 27 | #ifndef GROUPACCESS_H |
28 | #define GROUPACCESS_H | 28 | #define GROUPACCESS_H |
29 | 29 | ||
30 | #include <grp.h> | ||
31 | |||
32 | int ga_init(const char *, gid_t); | 30 | int ga_init(const char *, gid_t); |
33 | int ga_match(char * const *, int); | 31 | int ga_match(char * const *, int); |
34 | void ga_free(void); | 32 | void ga_free(void); |