summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/entries.c
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-07-21 11:42:24 +0000
committerxsa <xsa@openbsd.org>2005-07-21 11:42:24 +0000
commit8d0b1237872546e5f3e2444280b8d3a2d10c45a5 (patch)
treeddebd5c0728433697ffe7515406978a0aaaeb503 /usr.bin/cvs/entries.c
parentCorrect product names of SMC aue(4) devices. (diff)
downloadwireguard-openbsd-8d0b1237872546e5f3e2444280b8d3a2d10c45a5.tar.xz
wireguard-openbsd-8d0b1237872546e5f3e2444280b8d3a2d10c45a5.zip
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Diffstat (limited to 'usr.bin/cvs/entries.c')
-rw-r--r--usr.bin/cvs/entries.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/entries.c b/usr.bin/cvs/entries.c
index 659cca85117..8164b64af32 100644
--- a/usr.bin/cvs/entries.c
+++ b/usr.bin/cvs/entries.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: entries.c,v 1.39 2005/07/14 07:38:35 xsa Exp $ */
+/* $OpenBSD: entries.c,v 1.40 2005/07/21 11:42:24 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -24,7 +24,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h>
#include <sys/stat.h>
#include <errno.h>