diff options
author | 2005-05-28 20:39:08 +0000 | |
---|---|---|
committer | 2005-05-28 20:39:08 +0000 | |
commit | 648c55b836c485aff3e4073fbc22b2bc6dcf2349 (patch) | |
tree | 42f50246db2862e68068c3bf4fc022fcab9a8804 /usr.bin/cvs/edit.c | |
parent | Remove duplicate pfi_ifs. (diff) | |
download | wireguard-openbsd-648c55b836c485aff3e4073fbc22b2bc6dcf2349.tar.xz wireguard-openbsd-648c55b836c485aff3e4073fbc22b2bc6dcf2349.zip |
we do not use sysexits.h anymore, nuke it!
Diffstat (limited to 'usr.bin/cvs/edit.c')
-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" |