summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail/aux
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sendmail/aux')
-rw-r--r--usr/src/cmd/sendmail/aux/mailcompat.c5
-rw-r--r--usr/src/cmd/sendmail/aux/praliases.c9
2 files changed, 6 insertions, 8 deletions
diff --git a/usr/src/cmd/sendmail/aux/mailcompat.c b/usr/src/cmd/sendmail/aux/mailcompat.c
index 8b244b455a..aefc3dcfe5 100644
--- a/usr/src/cmd/sendmail/aux/mailcompat.c
+++ b/usr/src/cmd/sendmail/aux/mailcompat.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* Copyright (c) 1983, 1984, 1986, 1986, 1987, 1988, 1989 AT&T
@@ -16,8 +16,6 @@
* specifies the terms and conditions for redistribution.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <pwd.h>
#include <stdio.h>
#include <stdarg.h>
@@ -26,6 +24,7 @@
#include <sysexits.h>
#include <string.h>
#include <ctype.h>
+#include <sm/bitops.h>
#include "conf.h"
/*
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);
}
}