mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 04:03:09 -04:00
Use libalias.so.2.2
This commit is contained in:
parent
386e883716
commit
05dce3eefc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include "loadalias.h"
|
||||
#include "vars.h"
|
||||
|
||||
#define _PATH_ALIAS "/usr/lib/libalias.so.2.1"
|
||||
#define _PATH_ALIAS "/usr/lib/libalias.so.2.2"
|
||||
|
||||
#define off(item) ((int)&(((struct aliasHandlers *)0)->item))
|
||||
#define entry(a) { off(a), "_" #a }
|
||||
|
|
|
|||
Loading…
Reference in a new issue