diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-08-24 16:39:24 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-08-24 16:39:24 +0000 |
| commit | 4695fa8444543441dc3a4daf75fcbfea06bbfe16 (patch) | |
| tree | 4243936c8233137c89d97956429f5e516a058a64 /libexec/getty | |
| parent | 8411a1f89542003a697e2f7a1aef0a581c5d3aa2 (diff) | |
Use _POSIX_VDISABLE, not \377.
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index cac3d8db289..79a55357e83 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: subr.c,v 1.11 1994/08/24 07:54:51 mycroft Exp $"; +static char rcsid[] = "$Id: subr.c,v 1.12 1994/08/24 16:39:24 mycroft Exp $"; #endif /* not lint */ /* @@ -167,7 +167,7 @@ setchars() if (p && *p) *charvars[i] = *p; else - *charvars[i] = '\377'; + *charvars[i] = _POSIX_VDISABLE; } } |
