mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Number the private version namespace in case we ever want to have
compatibility between versions (as we do for the public namespace).
This commit is contained in:
parent
091c66c6d2
commit
8d3b75aa33
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ FBSD_1.0 {
|
|||
# strictly for use only by other FreeBSD applications and libraries
|
||||
# are listed here. We use a separate namespace so we can write
|
||||
# simple ABI-checking tools.
|
||||
FBSDprivate {
|
||||
FBSDprivate_1.0 {
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue