summaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-05 23:20:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-05 23:20:27 +0000
commit0275dcbbe75bf604e5d9b03f215e510188a36496 (patch)
tree5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /include/grp.h
parent56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff)
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h
index 655e89e79c3..46f139d5a4a 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: grp.h,v 1.10 2012/10/01 00:21:19 guenther Exp $ */
+/* $OpenBSD: grp.h,v 1.11 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: grp.h,v 1.7 1995/04/29 05:30:40 cgd Exp $ */
/*-
@@ -40,7 +40,6 @@
#ifndef _GRP_H_
#define _GRP_H_
-#include <sys/cdefs.h>
#include <sys/types.h>
#if __BSD_VISIBLE