From 839a3df94c43c129df704599f49341b249f88587 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 Dec 2010 16:35:00 +0100 Subject: [PATCH] Renamed net.h to nwho.h --- Makefile | 4 ++-- nwho.c | 2 +- net.h => nwho.h | 0 nwhod.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename net.h => nwho.h (100%) diff --git a/Makefile b/Makefile index 8415f4d..98a6d54 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ all: nwhod nwho nwhod: nwhod.o -nwhod.o: nwhod.c net.h +nwhod.o: nwhod.c nwho.h nwho: nwho.o -nwho.o: nwho.c net.h +nwho.o: nwho.c nwho.h clean: rm -f *.o nwhod nwho *~ diff --git a/nwho.c b/nwho.c index 7edcd0c..3376803 100644 --- a/nwho.c +++ b/nwho.c @@ -13,7 +13,7 @@ #include #include -#include "net.h" +#include "nwho.h" static int is_uptime; static time_t now; diff --git a/net.h b/nwho.h similarity index 100% rename from net.h rename to nwho.h diff --git a/nwhod.c b/nwhod.c index 872a68d..188bd6d 100644 --- a/nwhod.c +++ b/nwhod.c @@ -22,7 +22,7 @@ #include #include -#include "net.h" +#include "nwho.h" struct hostrec { struct hostrec *next; -- 2.39.2