diff options
Diffstat (limited to 'nis/nis_lookup.c')
-rw-r--r-- | nis/nis_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_lookup.c b/nis/nis_lookup.c index df16cceeac..e194b977e4 100644 --- a/nis/nis_lookup.c +++ b/nis/nis_lookup.c @@ -23,7 +23,7 @@ #include "nis_intern.h" nis_result * -nis_lookup (const_nis_name name, const u_long flags) +nis_lookup (const_nis_name name, const unsigned int flags) { nis_result *res = calloc (1, sizeof (nis_result)); struct ns_request req; |