Get rid of #ident, GCC 4.4 warns about it being deprecated.

OK-ed by:	scottl
This commit is contained in:
trasz 2010-01-08 17:20:41 +00:00
parent 79a0f8d715
commit 930756a576
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
#ident "$FreeBSD$"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");