16 lines
395 B
Text
16 lines
395 B
Text
$NetBSD: patch-bo,v 1.5 2011/10/06 02:19:06 manu Exp $
|
|
|
|
Build fix
|
|
|
|
--- rpc/xdr/src/cli1-xdr.c.orig 2011-08-23 14:31:38.000000000 +0200
|
|
+++ rpc/xdr/src/cli1-xdr.c 2011-09-17 15:45:30.000000000 +0200
|
|
@@ -23,8 +23,9 @@
|
|
* It was generated using rpcgen.
|
|
*/
|
|
|
|
#include "cli1-xdr.h"
|
|
+#include "xdr-common.h"
|
|
#include "compat.h"
|
|
|
|
bool_t
|
|
xdr_gf1_cluster_type (XDR *xdrs, gf1_cluster_type *objp)
|