diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-29 05:54:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-29 05:54:17 +0000 |
commit | 6b3a22241612763d4c36fc6f038fa073e528117a (patch) | |
tree | 619e507049baf479f7b8641f631be70eb19022a1 /sunrpc/rpc | |
parent | ce7a5ef4bc04ee3ca9d2f42377ca6593d8492a52 (diff) | |
download | glibc-6b3a22241612763d4c36fc6f038fa073e528117a.tar glibc-6b3a22241612763d4c36fc6f038fa073e528117a.tar.gz glibc-6b3a22241612763d4c36fc6f038fa073e528117a.tar.bz2 glibc-6b3a22241612763d4c36fc6f038fa073e528117a.zip |
Mon Jul 29 01:27:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960730cvs/libc-960729
* sunrpc/rpc/rpc_msg.h: Fix botched patch for multiple inclusion
protection.
* configure.in: Grok `--enable-add-ons=DIR1,DIR2,...', and configure
in those directories.
* config.make.in (add-ons): New varaible, set from @subdirs@.
* Makefile (subdirs): Added $(add-ons) at the end.
Diffstat (limited to 'sunrpc/rpc')
-rw-r--r-- | sunrpc/rpc/rpc_msg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/rpc/rpc_msg.h b/sunrpc/rpc/rpc_msg.h index 220fdd8414..48ae1f988d 100644 --- a/sunrpc/rpc/rpc_msg.h +++ b/sunrpc/rpc/rpc_msg.h @@ -29,6 +29,10 @@ */ /* @(#)rpc_msg.h 1.7 86/07/16 SMI */ +#ifndef _RPC_MSG_H +#define _RPC_MSG_H 1 +#include <sys/cdefs.h> + /* * rpc_msg.h * rpc message definition |