diff options
Diffstat (limited to 'include/ntp_stdlib.h')
-rw-r--r-- | include/ntp_stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntp_stdlib.h b/include/ntp_stdlib.h index c0bc71b09f5b..265aafa73ebc 100644 --- a/include/ntp_stdlib.h +++ b/include/ntp_stdlib.h @@ -159,7 +159,7 @@ extern const char * modetoa (size_t); extern const char * eventstr (int); extern const char * ceventstr (int); extern const char * res_match_flags(u_short); -extern const char * res_access_flags(u_short); +extern const char * res_access_flags(u_int32); #ifdef KERNEL_PLL extern const char * k_st_flags (u_int32); #endif |