X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=klogd.c;h=d5e330bdf75855098f0db48ff53c3e7ab57ca885;hb=3a6da8c183142a2681a2382b63e970f457cf807b;hp=f44383637635ebf501e23ff19ddb95aa0c01d521;hpb=6317c4baf79c25d7f77897b064eb4f0b7d9f070e;p=oweals%2Fbusybox.git diff --git a/klogd.c b/klogd.c index f44383637..d5e330bdf 100644 --- a/klogd.c +++ b/klogd.c @@ -13,6 +13,8 @@ * * "circular buffer" Copyright (C) 2000 by Gennady Feldman * + * Maintainer: Gennady Feldman 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 #include -typedef unsigned int socklen_t; #ifndef __alpha__ # define __NR_klogctl __NR_syslog