diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
commit | 0275dcbbe75bf604e5d9b03f215e510188a36496 (patch) | |
tree | 5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /include/pwd.h | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pwd.h b/include/pwd.h index b24e7f5e7a2..bcd4800e959 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pwd.h,v 1.20 2008/06/25 14:51:27 millert Exp $ */ +/* $OpenBSD: pwd.h,v 1.21 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- @@ -41,7 +41,6 @@ #ifndef _PWD_H_ #define _PWD_H_ -#include <sys/cdefs.h> #include <sys/types.h> #if __BSD_VISIBLE |