From a01802a0143a45b9657d05e8e67eef21793d6ba0 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 12 Mar 2011 21:26:01 +0100
Subject: [PATCH 017/396] rpc_private.h: change guard

need another guard, else rpc/rpc.h might not be included

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/inet/rpc/rpc_private.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h
index ede3ddf..7a0cae0 100644
--- a/libc/inet/rpc/rpc_private.h
+++ b/libc/inet/rpc/rpc_private.h
@@ -1,4 +1,5 @@
-#ifndef _RPC_RPC_H
+#ifndef _RPC_PRIVATE_H
+#define _RPC_PRIVATE_H
 #include <rpc/rpc.h>
 
 /* Now define the internal interfaces.  */
-- 
1.7.0.4

