=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/print.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/file/Attic/print.c 2003/03/11 21:26:26 1.9 --- src/usr.bin/file/Attic/print.c 2003/06/13 18:31:14 1.10 *************** *** 1,4 **** ! /* $OpenBSD: print.c,v 1.9 2003/03/11 21:26:26 ian Exp $ */ /* * print.c - debugging printout routines --- 1,4 ---- ! /* $OpenBSD: print.c,v 1.10 2003/06/13 18:31:14 deraadt Exp $ */ /* * print.c - debugging printout routines *************** *** 16,26 **** * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Ian F. Darwin and others. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE --- 16,21 ---- *************** *** 46,52 **** #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: print.c,v 1.9 2003/03/11 21:26:26 ian Exp $"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0])) --- 41,47 ---- #include "file.h" #ifndef lint ! static char *moduleid = "$OpenBSD: print.c,v 1.10 2003/06/13 18:31:14 deraadt Exp $"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0]))