mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
that are present but not exposed, like get/set/clear flags, not sure if they need to be exposed at this point. Sponsored by: Netflix
13 lines
99 B
Modula-2
13 lines
99 B
Modula-2
# $FreeBSD$
|
|
|
|
FBSD_1.2 {
|
|
};
|
|
|
|
FBSD_1.3 {
|
|
} FBSD_1.2;
|
|
|
|
FBSD_1.4 {
|
|
} FBSD_1.3;
|
|
|
|
FBSD_1.5 {
|
|
} FBSD_1.4;
|