diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
| commit | 5171bc9b11192d9ad273db7854787eaa65eb9997 (patch) | |
| tree | b872a53605ef14ae76de1104afb4be189d1a958a /include/ntp_stdlib.h | |
| parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) | |
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 |
