summaryrefslogtreecommitdiffstats
path: root/libexec/getty
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index d5ed46a..6d8f748 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)from: main.c 8.1 (Berkeley) 6/20/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: main.c,v 1.22 1997/11/21 07:43:50 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -129,6 +129,8 @@ char partab[] = {
#define KILL tmode.c_cc[VKILL]
#define EOT tmode.c_cc[VEOF]
+#define puts Gputs
+
static void dingdong __P((int));
static int getname __P((void));
static void interrupt __P((int));
OpenPOWER on IntegriCloud