diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 06:25:21 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 06:25:21 +0000 |
commit | 73bd2ea589e10bd4dc3dcab669737d3823b7d3b7 (patch) | |
tree | 13a2e5165f67bfb3cfe13a77985e544be9ba08ff /usr.sbin/amd | |
parent | bab52dc9258ef353ee4fcee4dfb1ff2a4b1eaeaf (diff) |
Kill a pointless reference to <sys/dir.h>
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amd/info_union.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/amd/amd/info_union.c b/usr.sbin/amd/amd/info_union.c index abdc167da17..621f3aef29d 100644 --- a/usr.sbin/amd/amd/info_union.c +++ b/usr.sbin/amd/amd/info_union.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)info_union.c 8.1 (Berkeley) 6/6/93 - * $Id: info_union.c,v 1.6 2003/06/02 23:36:51 millert Exp $ + * $Id: info_union.c,v 1.7 2013/06/02 06:25:20 guenther Exp $ */ /* @@ -46,13 +46,8 @@ #ifdef HAS_UNION_MAPS -#ifdef _POSIX_SOURCE #include <dirent.h> #define DIRENT struct dirent -#else -#include <sys/dir.h> -#define DIRENT struct direct -#endif #define UNION_PREFIX "union:" #define UNION_PREFLEN 6 |