diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-25 00:05:18 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-25 00:05:18 +0000 |
commit | b2c200c682f70f769b53b3789a2c548cee36918d (patch) | |
tree | d3b727662c01c49e28d7f2f6c3951d96bc3f23c8 /usr.bin/window/ttinit.c | |
parent | 33c392cdaedb214ddc25ac91377409f999b5622e (diff) |
Reimport NetBSD version w/ Todd's changes, new rcsids, and the beginings of
some source cleaning by me.
This undoes Theo's wait() changes which broke the old version.
Diffstat (limited to 'usr.bin/window/ttinit.c')
-rw-r--r-- | usr.bin/window/ttinit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 0ab44cbf50b..d13549c948b 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttinit.c,v 1.2 1996/06/26 05:43:26 deraadt Exp $ */ +/* $OpenBSD: ttinit.c,v 1.3 1997/02/25 00:04:24 downsj Exp $ */ /* $NetBSD: ttinit.c,v 1.3 1995/09/28 10:34:50 tls Exp $ */ /* @@ -41,10 +41,11 @@ #if 0 static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: ttinit.c,v 1.2 1996/06/26 05:43:26 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ttinit.c,v 1.3 1997/02/25 00:04:24 downsj Exp $"; #endif #endif /* not lint */ +#include <stdlib.h> #include "ww.h" #include "tt.h" |