From: Sam Leffler Date: Tue, 28 Jun 1983 05:26:09 +0000 (-0800) Subject: date and time created 83/06/27 14:26:09 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1246 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/de38a92318ef9ca3a103db651acb877191e45486 date and time created 83/06/27 14:26:09 by sam SCCS-vsn: lib/libplot/vt0/close.c 4.1 --- diff --git a/usr/src/lib/libplot/vt0/close.c b/usr/src/lib/libplot/vt0/close.c new file mode 100644 index 0000000000..166df6f2b9 --- /dev/null +++ b/usr/src/lib/libplot/vt0/close.c @@ -0,0 +1,11 @@ +#ifndef lint +static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%"; +#endif + +extern vti; +closevt(){ + close(vti); +} +closepl(){ + close(vti); +}