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 /usr.bin/find | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/extern.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 476ea0fecc4..85efd1cb0e5 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: extern.h,v 1.17 2012/01/02 23:19:45 pascal Exp $*/ +/* * $OpenBSD: extern.h,v 1.18 2012/12/05 23:20:25 deraadt Exp $*/ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -30,8 +30,6 @@ * from: @(#)extern.h 8.1 (Berkeley) 6/6/93 */ -#include <sys/cdefs.h> - void brace_subst(char *, char **, char *, int); void *emalloc(unsigned int); PLAN *find_create(char ***); |