diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-28 20:39:09 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-28 20:39:09 +0000 |
commit | eba0bb0f01c7e9b7a70879fc99340cd9dd7ff0be (patch) | |
tree | 77ccc655d7bb6828191d5c74cbb5495832a31f55 /usr.bin | |
parent | ce941e01ce9a94aae82098c8230da95707b2b086 (diff) |
we do not use sysexits.h anymore, nuke it!
Diffstat (limited to 'usr.bin')
-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" |