Get rid of #ident, GCC 4.4 warns about it being deprecated.
OK-ed by: scottl
This commit is contained in:
parent
79a0f8d715
commit
930756a576
@ -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
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$FreeBSD$"
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user