summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-01-08 17:20:41 +0000
committertrasz <trasz@FreeBSD.org>2010-01-08 17:20:41 +0000
commit930756a576d641e45830be12b312a96e2f85aefd (patch)
treeaaf8aa3c70512fef11be36f0c28750465e20c8b1
parent79a0f8d715365417cdf2180b638f60d124e1e72e (diff)
downloadFreeBSD-src-930756a576d641e45830be12b312a96e2f85aefd.zip
FreeBSD-src-930756a576d641e45830be12b312a96e2f85aefd.tar.gz
Get rid of #ident, GCC 4.4 warns about it being deprecated.
OK-ed by: scottl
-rw-r--r--sys/dev/dpt/dpt.h4
-rw-r--r--sys/dev/dpt/dpt_scsi.c1
2 files changed, 1 insertions, 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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud