blob: 14e200079bfdf0ce55e3abb142235f9263f6ca8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- main.c.orig 1998-03-08 09:46:57 UTC
+++ main.c
@@ -41,6 +41,8 @@ static char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
+#define IN_MAIN
+
#include "rcv.h"
#include <err.h>
#include <fcntl.h>
|