From 6eb9c3379a77019df4804ec2a94c4f44a23ff436 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 9 Oct 1999 06:59:38 +0000 Subject: Move all ifdefs in header.h (instead of keynote.h), include header.h in all files including keynote.h, update manpage. --- lib/libkeynote/keynote-sign.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkeynote/keynote-sign.c') diff --git a/lib/libkeynote/keynote-sign.c b/lib/libkeynote/keynote-sign.c index a8329444c29..f6d5076ef1b 100644 --- a/lib/libkeynote/keynote-sign.c +++ b/lib/libkeynote/keynote-sign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-sign.c,v 1.6 1999/10/01 01:08:30 angelos Exp $ */ +/* $OpenBSD: keynote-sign.c,v 1.7 1999/10/09 06:59:37 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -43,8 +43,8 @@ #include #endif /* HAVE_IO_H */ -#include "keynote.h" #include "header.h" +#include "keynote.h" void signusage(void) -- cgit v1.2.3