diff options
| author | John Beck <John.Beck@Sun.COM> | 2010-01-06 13:22:51 -0800 |
|---|---|---|
| committer | John Beck <John.Beck@Sun.COM> | 2010-01-06 13:22:51 -0800 |
| commit | e9af4bc0b1cc30cea75d6ad4aa2fde97d985e9be (patch) | |
| tree | 6a7ad97561f2580625546f56c063c89ebb3b92dd /usr/src/cmd/sendmail/aux/praliases.c | |
| parent | 5f8171005a0c33f3c67f7da52d41c2362c3fd891 (diff) | |
| download | illumos-joyent-e9af4bc0b1cc30cea75d6ad4aa2fde97d985e9be.tar.gz | |
6913961 upgrade sendmail to 8.14.4
6790772 Array overrun in sendmail
Diffstat (limited to 'usr/src/cmd/sendmail/aux/praliases.c')
| -rw-r--r-- | usr/src/cmd/sendmail/aux/praliases.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/sendmail/aux/praliases.c b/usr/src/cmd/sendmail/aux/praliases.c index 94c3a8a8d0..d0ee54e37a 100644 --- a/usr/src/cmd/sendmail/aux/praliases.c +++ b/usr/src/cmd/sendmail/aux/praliases.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. + * Copyright (c) 1998-2001, 2008 Sendmail, Inc. and its suppliers. * All rights reserved. * Copyright (c) 1983 Eric P. Allman. All rights reserved. * Copyright (c) 1988, 1993 @@ -11,8 +11,6 @@ * */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sm/gen.h> SM_IDSTR(copyright, @@ -22,7 +20,7 @@ SM_IDSTR(copyright, Copyright (c) 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: praliases.c,v 8.94 2007/05/11 18:50:36 ca Exp $") +SM_IDSTR(id, "@(#)$Id: praliases.c,v 8.96 2008/07/10 20:13:10 ca Exp $") #include <sys/types.h> #include <ctype.h> @@ -101,7 +99,8 @@ main(argc, argv) case '?': default: (void) sm_io_fprintf(smioerr, SM_TIME_DEFAULT, - "usage: praliases [-C cffile] [-f aliasfile]\n"); + "usage: praliases [-C cffile] [-f aliasfile]" + " [key ...]\n"); exit(EX_USAGE); } } |
