X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/34d340d711a2b033f5da480ed7b5eb147679a588..c40d5e067506b677a9941a31cf3fadf56025c9a7:/getty.tproj/init.c?ds=sidebyside diff --git a/getty.tproj/init.c b/getty.tproj/init.c index 7982b5c..a0d69d2 100644 --- a/getty.tproj/init.c +++ b/getty.tproj/init.c @@ -31,11 +31,13 @@ * SUCH DAMAGE. */ +#include + #ifndef lint #if 0 static char sccsid[] = "@(#)from: init.c 8.1 (Berkeley) 6/4/93"; #endif -static const char rcsid[] = +__unused static const char rcsid[] = "$FreeBSD: src/libexec/getty/init.c,v 1.16 2005/04/06 17:42:24 stefanf Exp $"; #endif /* not lint */ @@ -115,13 +117,13 @@ struct gettynums gettynums[] = { { "o0" }, /* output o_flags */ { "o1" }, /* input o_flags */ { "o2" }, /* user mode o_flags */ - { "de" }, /* delay before sending 1st prompt */ + { "de" }, /* delay before sending 1st prompt */ { "rt" }, /* reset timeout */ { "ct" }, /* chat script timeout */ { "dc" }, /* debug chat script value */ - { 0 } + { 0 } }; - + struct gettyflags gettyflags[] = { { "ht", 0 }, /* has tabs */