mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
Bump __FreeBSD_version to denote that we now have a functional
dladdr(3) implementation. Discussed with: jdp, nate
This commit is contained in:
parent
361d0ec590
commit
d5477a461b
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)param.h 8.3 (Berkeley) 4/4/95
|
||||
* $Id: param.h,v 1.41 1999/02/20 23:54:00 jdp Exp $
|
||||
* $Id: param.h,v 1.42 1999/03/13 01:35:44 jdp Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_PARAM_H_
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
#define BSD4_3 1
|
||||
#define BSD4_4 1
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 400002 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 400003 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue