From 3bceb240c1c03a05bc5f8a3bb95fb72901d196ee Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Sat, 8 May 1982 02:39:37 -0800 Subject: [PATCH] date and time created 82/05/07 19:39:37 by mckusick SCCS-vsn: old/sh/timeout.h 4.1 --- usr/src/old/sh/timeout.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 usr/src/old/sh/timeout.h diff --git a/usr/src/old/sh/timeout.h b/usr/src/old/sh/timeout.h new file mode 100644 index 0000000000..fde1e209a3 --- /dev/null +++ b/usr/src/old/sh/timeout.h @@ -0,0 +1,12 @@ +/* timeout.h 4.1 82/05/07 */ + +# +/* + * UNIX shell + * + * S. R. Bourne + * Bell Telephone Laboratories + * + */ + +#define TIMEOUT 2400 -- 2.20.1