svn commit: r201807 - head/sys/dev/dpt

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jan 8 17:20:42 UTC 2010


Author: trasz
Date: Fri Jan  8 17:20:41 2010
New Revision: 201807
URL: http://svn.freebsd.org/changeset/base/201807

Log:
  Get rid of #ident, GCC 4.4 warns about it being deprecated.
  
  OK-ed by:	scottl

Modified:
  head/sys/dev/dpt/dpt.h
  head/sys/dev/dpt/dpt_scsi.c

Modified: head/sys/dev/dpt/dpt.h
==============================================================================
--- head/sys/dev/dpt/dpt.h	Fri Jan  8 16:59:28 2010	(r201806)
+++ head/sys/dev/dpt/dpt.h	Fri Jan  8 17:20:41 2010	(r201807)
@@ -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
 

Modified: head/sys/dev/dpt/dpt_scsi.c
==============================================================================
--- head/sys/dev/dpt/dpt_scsi.c	Fri Jan  8 16:59:28 2010	(r201806)
+++ head/sys/dev/dpt/dpt_scsi.c	Fri Jan  8 17:20:41 2010	(r201807)
@@ -27,7 +27,6 @@
  * SUCH DAMAGE.
  */
 
-#ident "$FreeBSD$"
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 


More information about the svn-src-head mailing list