incorrect rcsid[] declarations fixed

This commit is contained in:
deraadt 1993-08-06 01:47:17 +00:00
parent ab8f70aa6d
commit 4e14c1b196
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
*/
#ifndef lint
static char = "$Id: fsmagic.c,v 1.4 1993/08/01 18:16:25 mycroft Exp $";
static char rcsid[] = "$Id: fsmagic.c,v 1.5 1993/08/06 01:47:17 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -26,7 +26,7 @@
*/
#ifndef lint
static char = "$Id: print.c,v 1.3 1993/08/01 18:16:24 mycroft Exp $";
static char rcsid[] = "$Id: print.c,v 1.4 1993/08/06 01:47:19 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -26,7 +26,7 @@
*/
#ifndef lint
static char = "$Id: softmagic.c,v 1.3 1993/08/01 18:16:23 mycroft Exp $";
static char rcsid[] = "$Id: softmagic.c,v 1.4 1993/08/06 01:47:19 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>