X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e804469b5b0975de34bae1e66c3e6371249d3ee7..0f4556f12c8f75078501c9d1338ae7648a97f975:/usr/src/bin/rmail.c diff --git a/usr/src/bin/rmail.c b/usr/src/bin/rmail.c index e8bb6b5562..1efb9f015a 100644 --- a/usr/src/bin/rmail.c +++ b/usr/src/bin/rmail.c @@ -1,3 +1,7 @@ +#ifndef lint +static char sccsid[] = "@(#)rmail.c 4.4 (Berkeley) 8/11/83"; +#endif + /* ** RMAIL -- UUCP mail server. ** @@ -10,8 +14,6 @@ # include # include -static char SccsId[] = "@(#)rmail.c 4.3 (Berkeley) 2/18/83"; - typedef char bool; #define TRUE 1 #define FALSE 0