[comp.unix.questions] `New' ftpd from uunet.uu.net:bsd-sources won't compile

ehrlich@shire.cs.psu.edu (Daniel R. Ehrlich) (05/02/89)

Today I retrieved the `new' ftpd.tar.Z from bsd-source/src/network on
uunet.uu.net and tried to compile it on our Sun 4/260.  The C compiler
reports the following errors when make is run:

	cc -O  -sun4 -c  ftpd.c
	"ftpd.c", line 872: typenames undefined
	"ftpd.c", line 874: formnames undefined
	"ftpd.c", line 882: strunames undefined
	"ftpd.c", line 882: modenames undefined

I can not find any of these 'undefined' names in any of the ftpd
sources, or include files, or any of the sources for the ftp user
program.  Does anyone know what is going on here beyond the obvious?
Is the tar file on uunet.uu.net not complete or incorrect in some
other way?  Any hints would be appreciated.  Thanks in advance.

--
Dan Ehrlich <ehrlich@shire.cs.psu.edu> | Disclaimer: The opinions expressed are
The Pennsylvania State University      | my own, and should not be attributed
Department of Computer Science         | to anyone else, living or dead.
University Park, PA   16802            |

Dan Ehrlich <ehrlich@shire.cs.psu.edu> | Disclaimer: The opinions expressed are
The Pennsylvania State University      | my own, and should not be attributed
Department of Computer Science         | to anyone else, living or dead.
University Park, PA   16802            |

rick@uunet.UU.NET (Rick Adams) (05/02/89)

The files in the network directory on uunet are from the BSD networking release.

Not surprisingly, they need the include files from the same release
(e.g. include.tar.Z). They might even need some new library routines.
(e.g. lib.tar.Z)