about summary refs log tree commit diff
path: root/sunrpc/rpc/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc/rpc.h')
-rw-r--r--sunrpc/rpc/rpc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sunrpc/rpc/rpc.h b/sunrpc/rpc/rpc.h
index f4328ef26f..a966d2e231 100644
--- a/sunrpc/rpc/rpc.h
+++ b/sunrpc/rpc/rpc.h
@@ -34,8 +34,9 @@
  *
  * Copyright (C) 1984, Sun Microsystems, Inc.
  */
-#ifndef __RPC_HEADER__
-#define __RPC_HEADER__
+
+#ifndef _RPC_RPC_H
+#define _RPC_RPC_H 1
 
 #include <rpc/types.h>		/* some typedefs */
 #include <netinet/in.h>
@@ -66,4 +67,4 @@
 /* routines for parsing /etc/rpc */
 #include <rpc/netdb.h>		/* structures and routines to parse /etc/rpc */
 
-#endif /* ndef __RPC_HEADER__ */
+#endif /* rpc/rpc.h */