From 2013e4059aeeb7873f1d1a897946d1973592bc3f Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 11 Mar 1996 23:05:47 +0000 Subject: [PATCH] kill extraneous empty line in comment block at start of file --- sys/dev/pci/ncr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 06f10439117f..f234de5207cf 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,8 +1,7 @@ -/* $NetBSD: ncr.c,v 1.26 1996/03/11 18:57:04 cgd Exp $ */ +/* $NetBSD: ncr.c,v 1.27 1996/03/11 23:05:47 cgd Exp $ */ /************************************************************************** ** -** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** ** FreeBSD / NetBSD @@ -1320,7 +1319,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$NetBSD: ncr.c,v 1.26 1996/03/11 18:57:04 cgd Exp $\n"; + "\n$NetBSD: ncr.c,v 1.27 1996/03/11 23:05:47 cgd Exp $\n"; u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7