mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
13 lines
125 B
Text
13 lines
125 B
Text
# $FreeBSD$
|
|
|
|
FBSD_1.0 {
|
|
monstartup;
|
|
moncontrol;
|
|
mexitcount;
|
|
};
|
|
|
|
FBSDprivate {
|
|
.mcount; # ???
|
|
_gmonparam;
|
|
_mcleanup;
|
|
};
|