diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-16 10:21:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-16 10:21:21 +0000 |
commit | 7d79d34aa2dcac091bc7fc9ed06c729e983a84e2 (patch) | |
tree | 8499725080dcbdb9e17be26f5b2488f88c8408ab /libexec/identd/parse.c | |
parent | d74465ceed8eda341356aae3064c124591929955 (diff) |
delint
Diffstat (limited to 'libexec/identd/parse.c')
-rw-r--r-- | libexec/identd/parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/identd/parse.c b/libexec/identd/parse.c index 3b2148b34d4..168eaf6658c 100644 --- a/libexec/identd/parse.c +++ b/libexec/identd/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.31 2002/07/16 10:16:10 deraadt Exp $ */ +/* $OpenBSD: parse.c,v 1.32 2002/07/16 10:21:20 deraadt Exp $ */ /* * This program is in the public domain and may be used freely by anyone @@ -22,7 +22,6 @@ #include <ctype.h> #include <pwd.h> #include <nlist.h> -#include <kvm.h> #include <unistd.h> #include "identd.h" |