resolve sccsid conflict

This commit is contained in:
lukem 1997-09-16 02:13:23 +00:00
parent f4d8afa436
commit 6cdb4c3fbf

View File

@ -1,4 +1,4 @@
/* $NetBSD: badsect.c,v 1.13 1997/09/14 08:14:32 lukem Exp $ */ /* $NetBSD: badsect.c,v 1.14 1997/09/16 02:13:23 lukem Exp $ */
/* /*
* Copyright (c) 1981, 1983, 1993 * Copyright (c) 1981, 1983, 1993
@ -41,9 +41,9 @@ __COPYRIGHT("@(#) Copyright (c) 1981, 1983, 1993\n\
#ifndef lint #ifndef lint
#if 0 #if 0
static char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; static char sccsid[] = "@(#)badsect.c 8.2 (Berkeley) 5/4/95";
#else #else
__RCSID("$NetBSD: badsect.c,v 1.13 1997/09/14 08:14:32 lukem Exp $"); __RCSID("$NetBSD: badsect.c,v 1.14 1997/09/16 02:13:23 lukem Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -61,8 +61,8 @@ __RCSID("$NetBSD: badsect.c,v 1.13 1997/09/14 08:14:32 lukem Exp $");
#include <sys/dir.h> #include <sys/dir.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <ufs/ffs/fs.h>
#include <ufs/ufs/dinode.h> #include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
#include <fcntl.h> #include <fcntl.h>
#include <paths.h> #include <paths.h>