from both Phil Vandry's v1 syslogd (which is part of init), and the
BSD version. It still needs some work, but it can log to a file
or to console at the moment.
Until syslogd v1 is removed from init, you should ensure that you're
not logging to the same file from both versions of syslogd.
they are:
- changed the makefile
- prototyped functions
- eliminated pathnames.h since all it does is #include <paths.h>
- used gettytab.h for various function declarations
- verified stack usage at 712 bytes
- eliminated dummy gethostname() function. Instead, get it
from libc. This exposes a problem with gethostname.
See PR#59 for details.
- eliminated a dependancy on strftime for the moment by
calling ctime() instead.
- Added GNO-formatted versions of the man pages.