diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
commit | 6b78b159d102a0d9c9569fdfe01402c43ed808db (patch) | |
tree | c52077c3e099acdf85db980a2c821320dbcc7463 /libexec/getty/main.c | |
parent | ef45b046d50271fb77ae73c50cf2bb20badc690f (diff) |
spaces
Diffstat (limited to 'libexec/getty/main.c')
-rw-r--r-- | libexec/getty/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index dcccaa56299..b1802cf668c 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.27 2003/07/05 17:02:08 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.28 2003/07/29 18:39:22 deraadt Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -37,7 +37,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/ -static char rcsid[] = "$OpenBSD: main.c,v 1.27 2003/07/05 17:02:08 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.28 2003/07/29 18:39:22 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -194,7 +194,7 @@ main(int argc, char *argv[]) * The following is a work around for vhangup interactions * which cause great problems getting window systems started. * If the tty line is "-", we do the old style getty presuming - * that the file descriptors are already set up for us. + * that the file descriptors are already set up for us. * J. Gettys - MIT Project Athena. */ if (argc <= 2 || strcmp(argv[2], "-") == 0) { |