From f8524d2cf60ecb093209f68cfe92e21fc89f3efc Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Wed, 6 Feb 2008 21:34:17 +0100 Subject: [PATCH] procan: print INTERFACES head line --- hostan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostan.c b/hostan.c index c1be77b..eb13d8f 100644 --- a/hostan.c +++ b/hostan.c @@ -21,6 +21,7 @@ static int iffan(FILE *outfile); int hostan(FILE *outfile) { #if WITH_SOCKET + fprintf(outfile, "\nIP INTERFACES\n"); iffan(outfile); #endif return 0;