From ce48506ba2c49b3a1814ff2cfa69af48afde0097 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 6 Dec 2005 02:01:06 +0000 Subject: Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. Submitted by: Gil Kloepfer PR: 64445 --- include/rpcsvc/yp_prot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 42431a1..10d5828 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; }; -- cgit v1.1