diff options
| author | perry <perry@NetBSD.org> | 1998-01-22 15:29:13 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-01-22 15:29:13 +0000 |
| commit | b613a27fa7cdf64ab88abb7afd2d14be38694f36 (patch) | |
| tree | 7d754ee81f7e7fd7d84e593aacb748db625395d6 /lib/libutil/ttymsg.c | |
| parent | 5e3388b0bf3a43a5e186cba2e4c92a93375f0505 (diff) | |
unregisterify
Diffstat (limited to 'lib/libutil/ttymsg.c')
| -rw-r--r-- | lib/libutil/ttymsg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/ttymsg.c b/lib/libutil/ttymsg.c index a54e240a111..8f437f0b110 100644 --- a/lib/libutil/ttymsg.c +++ b/lib/libutil/ttymsg.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttymsg.c,v 1.6 1997/07/01 06:10:53 mikel Exp $ */ +/* $NetBSD: ttymsg.c,v 1.7 1998/01/22 15:29:14 perry Exp $ */ /* * Copyright (c) 1989, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #else -__RCSID("$NetBSD: ttymsg.c,v 1.6 1997/07/01 06:10:53 mikel Exp $"); +__RCSID("$NetBSD: ttymsg.c,v 1.7 1998/01/22 15:29:14 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -71,7 +71,7 @@ ttymsg(iov, iovcnt, line, tmout) { static char device[MAXNAMLEN] = _PATH_DEV; static char errbuf[1024]; - register int cnt, fd, left, wret; + int cnt, fd, left, wret; struct iovec localiov[6]; int forked = 0; |
