gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.
[oweals/busybox.git] / klogd.c
diff --git a/klogd.c b/klogd.c
index f44383637635ebf501e23ff19ddb95aa0c01d521..d5e330bdf75855098f0db48ff53c3e7ab57ca885 100644 (file)
--- a/klogd.c
+++ b/klogd.c
@@ -13,6 +13,8 @@
  *
  * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com>
  *
+ * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -41,7 +43,6 @@
 #if ! defined __GLIBC__ && ! defined __UCLIBC__
 #include <sys/syscall.h>
 #include <linux/unistd.h>
-typedef unsigned int socklen_t;
 
 #ifndef __alpha__
 # define __NR_klogctl __NR_syslog