Re: -current broken in lukemftpd

2002-03-01 Thread David Wolfskill

>From: Poul-Henning Kamp <[EMAIL PROTECTED]>
>Date: Fri, 01 Mar 2002 15:07:48 +0100

>/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:324: size of ar
>ray `remotehost' has non-integer type
>/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:327: syntax err
>or before `transflag'
>...

Confirmed.  Looks as if setjmp.h (at least) was intended to have
been #included (somehow), but wasn't.

It's #included by contrib/lukemftpd/lukemftpd.h, but lukemftpd.h doesn't
seem to be #included from anything in ls-unmain.c.

Cheers,
david   (links to my resume at http://www.catwhisker.org/~david)
-- 
David H. Wolfskill  [EMAIL PROTECTED]
I believe it would be irresponsible (and thus, unethical) for me to advise,
recommend, or support the use of any product that is or depends on any
Microsoft product for any purpose other than personal amusement.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



-current broken in lukemftpd

2002-03-01 Thread Poul-Henning Kamp


/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:324: size of ar
ray `remotehost' has non-integer type
/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:327: syntax err
or before `transflag'
/flat/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:327: warning: d
ata definition has no type or storage class
ls-unmain.c: In function `ls_main':
ls-unmain.c:370: `revnamecmp' undeclared (first use in this function)
ls-unmain.c:370: (Each undeclared identifier is reported only once
ls-unmain.c:370: for each function it appears in.)
ls-unmain.c:372: `revacccmp' undeclared (first use in this function)
ls-unmain.c:374: `revstatcmp' undeclared (first use in this function)
ls-unmain.c:376: `revmodcmp' undeclared (first use in this function)
ls-unmain.c:379: `namecmp' undeclared (first use in this function)
ls-unmain.c:381: `acccmp' undeclared (first use in this function)
ls-unmain.c:383: `statcmp' undeclared (first use in this function)
ls-unmain.c:385: `modcmp' undeclared (first use in this function)
ls-unmain.c:390: `printscol' undeclared (first use in this function)
ls-unmain.c:392: `printlong' undeclared (first use in this function)
ls-unmain.c:394: `printcol' undeclared (first use in this function)
ls-unmain.c: In function `mastercmp':
ls-unmain.c:750: `namecmp' used prior to declaration
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message