diff options
author | trasz <trasz@FreeBSD.org> | 2010-01-08 17:20:41 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2010-01-08 17:20:41 +0000 |
commit | 930756a576d641e45830be12b312a96e2f85aefd (patch) | |
tree | aaf8aa3c70512fef11be36f0c28750465e20c8b1 /sys/dev/dpt | |
parent | 79a0f8d715365417cdf2180b638f60d124e1e72e (diff) | |
download | FreeBSD-src-930756a576d641e45830be12b312a96e2f85aefd.zip FreeBSD-src-930756a576d641e45830be12b312a96e2f85aefd.tar.gz |
Get rid of #ident, GCC 4.4 warns about it being deprecated.
OK-ed by: scottl
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r-- | sys/dev/dpt/dpt.h | 4 | ||||
-rw-r--r-- | sys/dev/dpt/dpt_scsi.c | 1 |
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$"); |