diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-04-11 18:02:59 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-04-11 18:02:59 +0000 |
commit | 463dbb3ab54a29ffb2011e73fdca4dc52e4f162d (patch) | |
tree | 05447fd9f80bcf68ed51616ae373d107ccb56467 /usr.bin/cvs/resp.c | |
parent | eb59e47dab6845274f3615340270c3f03e173d92 (diff) |
don't include sysexits.h now we don't use those error codes
anymore.
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" |