X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fxgethostbyname.c;h=89d0329cc4fbe4f333c8bc15eb91e005fa74c484;hb=3a4d5a73a876b0922afed095bc9f83dbdf07148e;hp=f1839f7e6f69515e78ea84da6b230f3ec4b9f14b;hpb=defc1ea34074e7882724c460260d307cdf981a70;p=oweals%2Fbusybox.git diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index f1839f7e6..89d0329cc 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c @@ -4,10 +4,8 @@ * * Copyright (C) 2001 Matt Kraai . * - * 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 #include "libbb.h" struct hostent* FAST_FUNC xgethostbyname(const char *name)