diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-07-01 10:46:39 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-07-01 10:46:39 +0000 |
commit | 3c634774fa3477cb19a2706307e02bd1747ad49c (patch) | |
tree | 2aa8f9f6181d6e5c73ec39ac72615b66d2effd3f /bin/chio | |
parent | ee600f404c4d22c27ee69049a8d7333e797ff089 (diff) | |
download | FreeBSD-src-3c634774fa3477cb19a2706307e02bd1747ad49c.zip FreeBSD-src-3c634774fa3477cb19a2706307e02bd1747ad49c.tar.gz |
Remove double #include <sys/cdef.h> and __FBSDID.
PR: 40053
Submitted by: Dan Lukes <dan@obluda.cz>
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index b89209a..b0f160f 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -39,8 +39,6 @@ static const char copyright[] = "@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved."; #endif /* not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |