diff options
-rw-r--r-- | usr.bin/cvs/add.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/admin.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/annotate.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/checkout.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/cmd.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/commit.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/diff.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/getlog.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/history.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/import.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/rcsprog.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/remove.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/resp.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/server.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/status.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/tag.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/update.c | 3 |
18 files changed, 18 insertions, 36 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index bae95a03019..ec1d35c98d6 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.17 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: add.c,v 1.18 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -30,7 +30,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sysexits.h> #include <unistd.h> #include "cvs.h" diff --git a/usr.bin/cvs/admin.c b/usr.bin/cvs/admin.c index ee8decab952..2dbb5ac447f 100644 --- a/usr.bin/cvs/admin.c +++ b/usr.bin/cvs/admin.c @@ -1,4 +1,4 @@ -/* $OpenBSD: admin.c,v 1.9 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: admin.c,v 1.10 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2005 Joris Vink <joris@openbsd.org> @@ -34,7 +34,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index ee7f6b6ffed..da523cc2e2f 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.7 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: annotate.c,v 1.8 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "rcs.h" diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c index 7127feb2454..3a7a7262785 100644 --- a/usr.bin/cvs/checkout.c +++ b/usr.bin/cvs/checkout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checkout.c,v 1.16 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: checkout.c,v 1.17 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -31,7 +31,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c index 1ce39493121..f06bea6579a 100644 --- a/usr.bin/cvs/cmd.c +++ b/usr.bin/cvs/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.8 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: cmd.c,v 1.9 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <unistd.h> #include <errno.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index a97fc8a8a83..ee831a586b2 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.21 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.22 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -34,7 +34,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 0d316118bf7..87395a29a73 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.49 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.50 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -36,7 +36,6 @@ #include <unistd.h> #include <signal.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 371ac0c53a6..78192ead103 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.26 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.27 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -141,7 +141,6 @@ #include <stddef.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 87b741bfb0a..9d302c150b7 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.17 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.18 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -32,7 +32,6 @@ #include <errno.h> #include <string.h> #include <paths.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c index 2e9abca74a0..7ee0c78ea0f 100644 --- a/usr.bin/cvs/history.c +++ b/usr.bin/cvs/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.11 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: history.c,v 1.12 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "rcs.h" diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 804b8a11ac3..3ce3b51d09f 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.9 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: import.c,v 1.10 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -34,7 +34,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "log.h" #include "file.h" diff --git a/usr.bin/cvs/rcsprog.c b/usr.bin/cvs/rcsprog.c index b41d37264c5..2dc6a4d9c06 100644 --- a/usr.bin/cvs/rcsprog.c +++ b/usr.bin/cvs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.3 2005/04/06 18:51:29 joris Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.4 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -36,7 +36,6 @@ #include <unistd.h> #include <signal.h> #include <string.h> -#include <sysexits.h> #include "log.h" #include "rcs.h" diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c index 711373a24cd..69c7358ef4e 100644 --- a/usr.bin/cvs/remove.c +++ b/usr.bin/cvs/remove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.5 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: remove.c,v 1.6 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2004 Xavier Santolaria <xsa@openbsd.org> @@ -33,7 +33,6 @@ #include <stdlib.h> #include <string.h> #include <libgen.h> -#include <sysexits.h> #include <unistd.h> #include "cvs.h" diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c index e9b86036d02..9af847ad9a8 100644 --- a/usr.bin/cvs/resp.c +++ b/usr.bin/cvs/resp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.22 2005/03/29 17:37:37 joris Exp $ */ +/* $OpenBSD: resp.c,v 1.23 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -37,7 +37,6 @@ #include <unistd.h> #include <string.h> #include <libgen.h> -#include <sysexits.h> #include "buf.h" #include "cvs.h" diff --git a/usr.bin/cvs/server.c b/usr.bin/cvs/server.c index 852a445da39..ae6ff6f0fd7 100644 --- a/usr.bin/cvs/server.c +++ b/usr.bin/cvs/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.11 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: server.c,v 1.12 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -32,7 +32,6 @@ #include <errno.h> #include <string.h> #include <paths.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c index 9243df9c306..911a6b29097 100644 --- a/usr.bin/cvs/status.c +++ b/usr.bin/cvs/status.c @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.12 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: status.c,v 1.13 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c index 21ccec0b0c3..a80a8950128 100644 --- a/usr.bin/cvs/tag.c +++ b/usr.bin/cvs/tag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.9 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: tag.c,v 1.10 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2004 Joris Vink <joris@openbsd.org> @@ -34,7 +34,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 678b786ea47..eded1d2be6d 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.19 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: update.c,v 1.20 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "rcs.h" |