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