]> mj.ucw.cz Git - nwho.git/blobdiff - nwho.c
Use <inttypes.h> instead of <asm/types.h>
[nwho.git] / nwho.c
diff --git a/nwho.c b/nwho.c
index d7e1f196f5dbe5273d168d5e2586cf2501796f3f..d5630c6f60241a0be17240776345030bd76071c3 100644 (file)
--- a/nwho.c
+++ b/nwho.c
@@ -1,7 +1,7 @@
 /*
  *     The Remote User Information Lister
  *
- *     (c) 1997--2002 Martin Mares <mj@ucw.cz>
+ *     (c) 1997--2010 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU General Public License. See file COPYING in any of the GNU packages.
@@ -15,7 +15,6 @@
 #include <dirent.h>
 #include <time.h>
 #include <netinet/in.h>
-#include <asm/types.h>
 
 #include "net.h"