diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 08:55:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 08:55:37 +0000 |
commit | cf6ddc69cc8930cd94efa94fef77cd793465fb7c (patch) | |
tree | ffe54192488c1a30ec5150484dbe15ad56b4b152 | |
parent | b34d4e3de8c829d04b8e1a691ec1875007b1d663 (diff) |
nlist.h not needed
-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 81c9754f6b9..c488bd015ab 100644 --- a/libexec/identd/parse.c +++ b/libexec/identd/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.41 2005/01/04 18:19:26 moritz Exp $ */ +/* $OpenBSD: parse.c,v 1.42 2005/04/04 08:55:36 deraadt Exp $ */ /* * This program is in the public domain and may be used freely by anyone @@ -22,7 +22,6 @@ #include <errno.h> #include <ctype.h> #include <pwd.h> -#include <nlist.h> #include <unistd.h> #include "identd.h" |