diff options
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 5bd4d2d..204e1d7 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -1152,7 +1152,7 @@ fit(peer_t *p, double rd) // return 0; return 1; } -static peer_t* +static NOINLINE peer_t* select_and_cluster(void) { peer_t *p; |