*BSD News Article 67051


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!psgrain!newsfeed.internetmci.com!btnet!zetnet.co.uk!dispatch.news.demon.net!demon!kayless.thalgah.org!rlf
From: rlf@thalgah.org (Robert Leon Felix)
Newsgroups: comp.unix.bsd.netbsd.misc
Subject: Re: wu-ftpd/i386
Date: Fri, 26 Apr 1996 17:12:53 GMT
Lines: 32
Message-ID: <830538773.4483.0@kayless.thalgah.org>
References: <4ljfs8$2nu@kayless.thalgah.org>
NNTP-Posting-Host: kayless.thalgah.org
X-NNTP-Posting-Host: kayless.thalgah.org
X-Newsreader: TIN [version 1.2 PL2]


Thanks to Waldi Ravens for the solution to this bit, moving

"#include <netinet/in.h>" above "#include <arpa/inet.h>" in
support/authuser.c was spot on!

The ftp server still will not serve multiple file requests
though.  It still give one file and the exits leaving a
nice little core dump behind.
===========================================================
: cc -O -DDEBUG   -c authuser.c
: In file included from authuser.c:7:
: /usr/include/arpa/inet.h:76: warning: `struct in_addr' 
: declared inside parameter list
: /usr/include/arpa/inet.h:76: warning: its scope is only 
: this definition or declaration,
: /usr/include/arpa/inet.h:76: warning: which is probably 
: not what you want.
: /usr/include/arpa/inet.h:77: warning: `struct in_addr' 
: declared inside parameter list
: /usr/include/arpa/inet.h:77: warning: parameter has incomplete type
: /usr/include/arpa/inet.h:79: warning: parameter has incomplete type
: /usr/include/arpa/inet.h:81: warning: parameter has incomplete type
: cc -O -DDEBUG   -c ftw.c
: rm -f libsupport.a
: ar cq libsupport.a fnmatch.o strcasestr.o authuser.o ftw.o
: ranlib libsupport.a
: (Edited for line length)
: ==========================================================

--
rlf