diff options
Diffstat (limited to 'nis/nis_ping.c')
-rw-r--r-- | nis/nis_ping.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nis/nis_ping.c b/nis/nis_ping.c index 3fc87551f5..bc6db38e93 100644 --- a/nis/nis_ping.c +++ b/nis/nis_ping.c @@ -23,12 +23,13 @@ #include "nis_intern.h" void -nis_ping (const_nis_name dirname, u_long utime, const nis_object *dirobj) +nis_ping (const_nis_name dirname, unsigned int utime, + const nis_object *dirobj) { nis_result *res = NULL; nis_object *obj; ping_args args; - u_int i; + unsigned int i; if (dirname == NULL && dirobj == NULL) abort (); |