From 884d83ff09b9e8e96d8d8d583412c4be70178cd9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 12 Jul 1996 05:55:38 +0000 Subject: [PATCH] Include before including so that this doesn't depend on bogusly including Reordered includes to satisfy KNF rules. --- libexec/mknetid/mknetid.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 964844e8dcd1..d64a7fd644fb 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -35,23 +35,27 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: mknetid.c,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $ + * $Id: mknetid.c,v 1.2 1996/06/27 05:42:01 wpaul Exp $ */ -#include -#include -#include -#include -#include -#include -#include +#include + #include #include #include + +#include +#include +#include +#include +#include +#include +#include + #include "hash.h" #ifndef lint -static const char rcsid[] = "$Id: mknetid.c,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $"; +static const char rcsid[] = "$Id: mknetid.c,v 1.2 1996/06/27 05:42:01 wpaul Exp $"; #endif #define LINSIZ 1024