From 449c131277aa1346be2d58894a2742861f215e5f Mon Sep 17 00:00:00 2001 From: "Kurt A. Schoens" Date: Wed, 8 Oct 1980 17:53:49 -0800 Subject: [PATCH] date and time created 80/10/08 09:53:49 by kas SCCS-vsn: usr.bin/mail/rcv.h 1.1 --- usr/src/usr.bin/mail/rcv.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 usr/src/usr.bin/mail/rcv.h diff --git a/usr/src/usr.bin/mail/rcv.h b/usr/src/usr.bin/mail/rcv.h new file mode 100644 index 0000000000..f4d6af7977 --- /dev/null +++ b/usr/src/usr.bin/mail/rcv.h @@ -0,0 +1,15 @@ +# + +/* + * Mail -- a mail program + * + * This file is included by normal files which want both + * globals and declarations. + */ + +/* + * Sccs Id = "@(#)rcv.h 1.1 %G%"; + */ + +#include "def.h" +#include "glob.h" -- 2.20.1