diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 11:42:25 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 11:42:25 +0000 |
commit | ac3c63e95275935907d4ddaf1a466326f8f7003c (patch) | |
tree | 5f676213135f0bb77dc591617c69a4a3b5777e69 | |
parent | 048e72e2cefe9825b04da3268d7c5c27ed416c28 (diff) |
<sys/param.h> is already included in "cvs.h", no need to duplicate;
-rw-r--r-- | usr.bin/cvs/annotate.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/cmd.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/diff.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/entries.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 | ||||
-rw-r--r-- | usr.bin/cvs/hist.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/history.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/update.c | 3 |
8 files changed, 8 insertions, 17 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index 700051a1d40..553164e4b4b 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.21 2005/07/14 06:54:59 xsa Exp $ */ +/* $OpenBSD: annotate.c,v 1.22 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> diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c index 2b8f888d128..a5639a76977 100644 --- a/usr.bin/cvs/cmd.c +++ b/usr.bin/cvs/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.29 2005/07/08 10:30:24 joris Exp $ */ +/* $OpenBSD: cmd.c,v 1.30 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> #include <sys/queue.h> #include <sys/time.h> diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index d65870c17e8..a0f71fe1188 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.50 2005/07/11 01:32:17 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.51 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -126,7 +126,6 @@ * 6n words for files of length n. */ -#include <sys/param.h> #include <sys/stat.h> #include <ctype.h> 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> diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index c3242de0be9..17f4c1a1a9d 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.40 2005/07/19 02:18:05 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.41 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -24,8 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> - #include <errno.h> #include <paths.h> #include <stdio.h> diff --git a/usr.bin/cvs/hist.c b/usr.bin/cvs/hist.c index 680d9c5d860..c81b6fecdaa 100644 --- a/usr.bin/cvs/hist.c +++ b/usr.bin/cvs/hist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hist.c,v 1.5 2005/05/31 08:58:48 xsa Exp $ */ +/* $OpenBSD: hist.c,v 1.6 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 <fcntl.h> diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c index a5d2d80b21d..2e698aa660a 100644 --- a/usr.bin/cvs/history.c +++ b/usr.bin/cvs/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.21 2005/07/11 18:13:01 joris Exp $ */ +/* $OpenBSD: history.c,v 1.22 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> diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 8381c298fba..458ccf8133a 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.39 2005/07/14 06:50:50 xsa Exp $ */ +/* $OpenBSD: update.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> |