summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-04-21 05:14:20 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-04-21 05:14:20 +0000
commitd2b3c62703bd0497b0372bae65986bac94bc0a8b (patch)
treec3754999aaa0824661973df916da4ef4da5b802c /include
parent7f682d9fde8f2c82fd4a621108f2b2f571d19ebc (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;
};