From 5d07031ba38c6dd01d687ec07522c84fc5c2d299 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 24 Feb 1998 01:36:58 +0000 Subject: Fixed annoying warning for unused sccsid. --- sbin/bsdlabel/dkcksum.c | 6 ++++-- sbin/disklabel/dkcksum.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sbin') diff --git a/sbin/bsdlabel/dkcksum.c b/sbin/bsdlabel/dkcksum.c index 78489e5..ae30b7b 100644 --- a/sbin/bsdlabel/dkcksum.c +++ b/sbin/bsdlabel/dkcksum.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dkcksum.c 8.1 (Berkeley) 6/5/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include diff --git a/sbin/disklabel/dkcksum.c b/sbin/disklabel/dkcksum.c index 78489e5..ae30b7b 100644 --- a/sbin/disklabel/dkcksum.c +++ b/sbin/disklabel/dkcksum.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dkcksum.c 8.1 (Berkeley) 6/5/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include -- cgit v1.1