mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put back __libalias_version so ppp(8) build again.
This commit is contained in:
parent
d7f712093f
commit
1f48070a27
2 changed files with 6 additions and 0 deletions
|
|
@ -157,5 +157,8 @@ extern u_short InternetChecksum(u_short *, int);
|
|||
#define PKT_ALIAS_UNRESOLVED_FRAGMENT 3
|
||||
#define PKT_ALIAS_FOUND_HEADER_FRAGMENT 4
|
||||
|
||||
#undef __libalias_version
|
||||
#define __libalias_version "2.5"
|
||||
|
||||
#endif
|
||||
/*lint -restore */
|
||||
|
|
|
|||
|
|
@ -157,5 +157,8 @@ extern u_short InternetChecksum(u_short *, int);
|
|||
#define PKT_ALIAS_UNRESOLVED_FRAGMENT 3
|
||||
#define PKT_ALIAS_FOUND_HEADER_FRAGMENT 4
|
||||
|
||||
#undef __libalias_version
|
||||
#define __libalias_version "2.5"
|
||||
|
||||
#endif
|
||||
/*lint -restore */
|
||||
|
|
|
|||
Loading…
Reference in a new issue