[git commit] rpc_private.h: change guard
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:21 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=88b7712448a06545fb42854f63f642227c5b0d2a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
need another guard, else rpc/rpc.h might not be included
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
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 38ade1c..adb8138 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. */
More information about the uClibc-cvs
mailing list