diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
commit | 1565c127b1bdcc74ee76a732acd8d8ea330dbce5 (patch) | |
tree | 21fe9a6b51d8c6d7e5161c2297283411c4d03377 /lib/libkeynote/keynote-sigver.c | |
parent | 9bd8fd0c93dcd62158eebc119f2255df53ba1b8f (diff) |
Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.
ok millert@ deraadt@ hshoexer@
Diffstat (limited to 'lib/libkeynote/keynote-sigver.c')
-rw-r--r-- | lib/libkeynote/keynote-sigver.c | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/lib/libkeynote/keynote-sigver.c b/lib/libkeynote/keynote-sigver.c index 451f134ea2a..31a735bd282 100644 --- a/lib/libkeynote/keynote-sigver.c +++ b/lib/libkeynote/keynote-sigver.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-sigver.c,v 1.13 2003/07/05 17:01:49 deraadt Exp $ */ +/* $OpenBSD: keynote-sigver.c,v 1.14 2004/06/25 05:06:49 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -19,29 +19,15 @@ * PURPOSE. */ -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - #include <sys/types.h> #include <sys/stat.h> -#include <stdlib.h> -#include <stdio.h> -#include <ctype.h> - -#if STDC_HEADERS -#include <string.h> -#endif /* STDC_HEADERS */ -#if HAVE_FCNTL_H +#include <ctype.h> #include <fcntl.h> -#endif /* HAVE_FCNTL_H */ - -#if HAVE_IO_H -#include <io.h> -#elif HAVE_UNISTD_H +#include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <unistd.h> -#endif /* HAVE_IO_H */ #include "header.h" #include "keynote.h" |