progress meter: display >999 hours ETA correctly
[oweals/busybox.git] / libbb / xgethostbyname.c
index f1839f7e6f69515e78ea84da6b230f3ec4b9f14b..89d0329cc4fbe4f333c8bc15eb91e005fa74c484 100644 (file)
@@ -4,10 +4,8 @@
  *
  * Copyright (C) 2001 Matt Kraai <kraai@alumni.carnegiemellon.edu>.
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
-//#include <netdb.h>
 #include "libbb.h"
 
 struct hostent* FAST_FUNC xgethostbyname(const char *name)