From 28dc6bbbeabe612d5645207177e974a2ffe80268 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 8 Oct 1998 23:14:02 +0000 Subject: This thing has its own puts function, so use it. Submitted by: Matthew Jacob --- libexec/getty/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libexec/getty') 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 @@ -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)); -- cgit v1.1