summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2005-12-06 02:01:06 +0000
committerPeter Wemm <peter@FreeBSD.org>2005-12-06 02:01:06 +0000
commit7bb2af36b7f4180012af559cfa0d4228edf63ab2 (patch)
treedf1864986ef55f883d5af0fcf7eedd628e0a554f /include
parent7640c87195b8a2644126904f78cddceae29acc08 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/yp_prot.h2
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;
};