diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 23:14:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 23:14:02 +0000 |
| commit | 3a2d92313656c94d1b4ca17d40b890c754b1d437 (patch) | |
| tree | 292aebe615af1dac797c54df6b0b9455570496df /libexec | |
| parent | 146c3cf45ca3c824a14ae82e019c542e6bb66b63 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index d5ed46accf6b..6d8f7482a489 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)); |
