diff options
Diffstat (limited to 'mail/mailx/files/patch-main.c')
-rw-r--r-- | mail/mailx/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mailx/files/patch-main.c b/mail/mailx/files/patch-main.c new file mode 100644 index 000000000000..14e200079bfd --- /dev/null +++ b/mail/mailx/files/patch-main.c @@ -0,0 +1,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> |