diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2005-12-06 02:01:06 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2005-12-06 02:01:06 +0000 |
| commit | 7bb2af36b7f4180012af559cfa0d4228edf63ab2 (patch) | |
| tree | df1864986ef55f883d5af0fcf7eedd628e0a554f /include | |
| parent | 7640c87195b8a2644126904f78cddceae29acc08 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpcsvc/yp_prot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 42431a1ca45b..10d582891486 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -148,7 +148,7 @@ struct ypresp_order { }; struct ypmaplist { - char ypml_name[YPMAXMAP + 1]; + char *ypml_name; struct ypmaplist *ypml_next; }; |
