X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=9c118a5cfa83818d71fefc8751a3abc0769b7376;hp=671a533dc00ca089a03a50307028ba891e13bb21;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=910f3846bb30636fe25bdc6e06e72d50c6779bd9 diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 671a533..9c118a5 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -3,6 +3,10 @@ * ftpsbr.c -- simple FTP client library * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -29,7 +33,7 @@ extern int v_verbose; #include #include -#if defined(BIND) && !defined(h_addr) +#if !defined(h_addr) # define h_addr h_addr_list[0] #endif