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/getlog.c | |
parent | eb59e47dab6845274f3615340270c3f03e173d92 (diff) |
don't include sysexits.h now we don't use those error codes
anymore.
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" |