BSD 4_3_Tahoe release
[unix-history] / usr / src / usr.lib / sendmail / include / useful.h
index e252bdf..69be096 100644 (file)
@@ -1,8 +1,21 @@
 /*
 /*
-**  USEFUL.H -- Some useful stuff.
-**
-**     @(#)useful.h    4.1             7/25/83
-*/
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ *     @(#)useful.h    4.4 (Berkeley) 6/29/88
+ */
 
 # ifndef makedev
 # include <sys/types.h>
 
 # ifndef makedev
 # include <sys/types.h>
@@ -51,7 +64,6 @@ extern char   *strcat(), *strncat();
 extern char    *malloc();
 extern char    *index(), *rindex();
 extern int     errno;
 extern char    *malloc();
 extern char    *index(), *rindex();
 extern int     errno;
-extern char    *sprintf();
 extern time_t  time();
 extern char    *ctime();
 # ifndef V6
 extern time_t  time();
 extern char    *ctime();
 # ifndef V6