diff options
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" |