Subject: The newest mgetty ?
To: None <netbsd-help@NetBSD.ORG>
From: Ricardo Ferraro <rferraro@ax.apc.org>
List: netbsd-help
Date: 07/10/1995 17:03:09
Hi,

 Does anybody know where to find the newest version of Gert Doering's mgetty ?

 Does anybody already compiled it with success for NetBSD 1.0 ?... I'm
having trouble with getdisk (I'm using NetBSD 1.0, kernel recompiled for ALL
in spite of GENERICBT at an 486DX2-66) and could not yet compile it.

 It runs:

 cc -O -DSECUREWARE -DUSER-LIMIT -DTESTDISK getdisk.c -ogetdisk

 and I receive:
 
 getdisk.c: 275: ERROR: Don't know how to get fs info - see Makefile for
defines: No such file or directory
 *** error code 1
 Stop.

 after "see Makefile for defines" could not find anything wrong.

 May be useful say that when I set USE_GETTYDEFS I do not compile mgetty.c.
I receive "CBAUD Undeclared". If I do not USE_GETTYDEFS later he tells me
that OLCUC and XCASE (from tio.c) are undeclared. Apparently all of them are
related to the use of the flag USE_GETTYDEFS...

 Later, Ricardo Ferraro