From 930756a576d641e45830be12b312a96e2f85aefd Mon Sep 17 00:00:00 2001 From: trasz Date: Fri, 8 Jan 2010 17:20:41 +0000 Subject: Get rid of #ident, GCC 4.4 warns about it being deprecated. OK-ed by: scottl --- sys/dev/dpt/dpt.h | 4 +--- sys/dev/dpt/dpt_scsi.c | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index b1562d3..c31e6e3 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -26,6 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ */ /* @@ -39,9 +40,6 @@ * FreeBSD.ORG; Great O/S to work on and for. */ - -#ident "$FreeBSD$" - #ifndef _DPT_H #define _DPT_H diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index eb1f3f4..2f72407 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#ident "$FreeBSD$" #include __FBSDID("$FreeBSD$"); -- cgit v1.1