diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/edit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c index f1240ee6dd4..1bf7a441df9 100644 --- a/usr.bin/cvs/edit.c +++ b/usr.bin/cvs/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.3 2005/05/26 14:46:22 xsa Exp $ */ +/* $OpenBSD: edit.c,v 1.4 2005/05/28 20:39:08 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -32,7 +32,6 @@ #include <stdlib.h> #include <string.h> #include <libgen.h> -#include <sysexits.h> #include <unistd.h> #include "cvs.h" |