summaryrefslogtreecommitdiff
path: root/groupaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'groupaccess.h')
-rw-r--r--groupaccess.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/groupaccess.h b/groupaccess.h
index b0baccfb..04b44989 100644
--- a/groupaccess.h
+++ b/groupaccess.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: groupaccess.h,v 1.6 2006/07/02 22:45:59 stevesk Exp $ */
+/* $OpenBSD: groupaccess.h,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
/*
* Copyright (c) 2001 Kevin Steves. All rights reserved.
@@ -27,8 +27,6 @@
#ifndef GROUPACCESS_H
#define GROUPACCESS_H
-#include <sys/types.h>
-
int ga_init(const char *, gid_t);
int ga_match(char * const *, int);
void ga_free(void);