diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-18 14:08:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-18 14:08:40 +0000 |
| commit | d030d2d2aee170303ffb5eed3183616ef7ddfbb4 (patch) | |
| tree | 1ff40baf2bdd10f9e8275383efc4508d3e4dd2ad /usr.bin/vacation | |
| parent | 06bba905d06c4ca139b00432a8c86b2db9aeb5d8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vacation')
| -rw-r--r-- | usr.bin/vacation/vacation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index 025a550c87f7..d3ff6096041e 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)vacation.c 8.2 (Berkeley) 1/26/94"; static char rcsid[] = - "$Id: vacation.c,v 1.9 1997/04/23 22:40:19 ache Exp $"; + "$Id: vacation.c,v 1.10 1997/08/28 04:40:51 imp Exp $"; #endif /* not lint */ /* @@ -297,7 +297,7 @@ junkmail() } ignore[] = { {"-request", 8}, {"postmaster", 10}, {"uucp", 4}, {"mailer-daemon", 13}, {"mailer", 6}, {"-relay", 6}, - {NULL, NULL}, + {NULL, 0}, }; register struct ignore *cur; register int len; |
