gno/usr.sbin/getty
gdr-ftp 7d184b3391 Various changes to get getty compiling under GNO v2.0.6. In general
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.
1998-04-10 16:18:06 +00:00
..
Makefile Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
Release.Notes Initial checkin. These sources match those used to build the version 1998-03-09 15:50:56 +00:00
getty.8 Initial checkin. These sources match those used to build the version 1998-03-09 15:50:56 +00:00
getty.8G Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
getty.desc Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
getty.rez Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
gettytab.5 Initial checkin. These sources match those used to build the version 1998-03-09 15:50:56 +00:00
gettytab.5G Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
gettytab.c Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
gettytab.h Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
init.c Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
main.c Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
subr.c Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
ttydeflts.c Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00