diff options
author | bde <bde@FreeBSD.org> | 1998-01-16 11:37:54 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-01-16 11:37:54 +0000 |
commit | dac266151d12b7413e71ed9220ea320c0e3ab644 (patch) | |
tree | 732fc66244e9736d875f7f365f11558d4a8c19a9 /include/rpc | |
parent | 3858c5f53c0c7ed81c7ca31a4aaa9eef270b81c4 (diff) | |
download | FreeBSD-src-dac266151d12b7413e71ed9220ea320c0e3ab644.zip FreeBSD-src-dac266151d12b7413e71ed9220ea320c0e3ab644.tar.gz |
Commented out `#pragma ident' so that the K&R support isn't gratuitously
broken. This also prevents ANSI compilers from recognizing the pragma
as a request to run /usr/games/hack...
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/rpc_com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/rpc_com.h b/include/rpc/rpc_com.h index 44893d6..2cf5995 100644 --- a/include/rpc/rpc_com.h +++ b/include/rpc/rpc_com.h @@ -39,7 +39,7 @@ #ifndef _RPC_RPCCOM_H #define _RPC_RPCCOM_H -#pragma ident "@(#)rpc_com.h 1.11 93/07/05 SMI" +/* From: #pragma ident "@(#)rpc_com.h 1.11 93/07/05 SMI" */ #ifdef __cplusplus extern "C" { |