diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 14:48:02 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 14:48:02 +0000 |
commit | f21ecb5f63d447a01ab2f8034b984c632d459b70 (patch) | |
tree | eb065d552d2f368faa7873e55f3d585e635cf76d | |
parent | 42a124775368cf0d4477db0b59c31737c4c55006 (diff) |
Null commit to reflect that the previous commit added warnings for
previously unreported malloc() failures, and changed the exit status
for those failures to encourage MTA retries.
Notes
Notes:
svn path=/head/; revision=47981
-rw-r--r-- | usr.bin/vacation/vacation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index a42b78e23ab7..a66bf8b7b5c6 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: vacation.c 8.2 (Berkeley) 1/26/94"; #endif static const char rcsid[] = - "$Id: vacation.c,v 1.13 1998/10/13 14:52:32 des Exp $"; + "$Id: vacation.c,v 1.14 1999/06/17 14:44:42 sheldonh Exp $"; #endif /* not lint */ /* |