diff options
author | 2005-04-11 18:02:58 +0000 | |
---|---|---|
committer | 2005-04-11 18:02:58 +0000 | |
commit | 7f6d785820723a6480bfa485ecf87e40f80202ad (patch) | |
tree | c248779b801f64451fb386f327bcc0ab40c2380e /usr.bin/cvs/commit.c | |
parent | remove EX_USAGE error codes (diff) | |
download | wireguard-openbsd-7f6d785820723a6480bfa485ecf87e40f80202ad.tar.xz wireguard-openbsd-7f6d785820723a6480bfa485ecf87e40f80202ad.zip |
don't include sysexits.h now we don't use those error codes
anymore.
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index a97fc8a8a83..ee831a586b2 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.21 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.22 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -34,7 +34,6 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <sysexits.h> #include "cvs.h" #include "log.h" |