mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Get rid of #ident, GCC 4.4 warns about it being deprecated.
OK-ed by: scottl
This commit is contained in:
parent
558312167d
commit
28bce2e992
2 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue