summaryrefslogtreecommitdiffstats
path: root/include/rpc/rpc.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-24 08:57:45 +0000
committerphk <phk@FreeBSD.org>1995-02-24 08:57:45 +0000
commitb69c6850f95cefc053cb032a4482d26be0af2fa7 (patch)
tree48218593b7c8075580b2d33a5bfa0fb09b9556a6 /include/rpc/rpc.h
parentcbb4f636288c8b47bd539235ad8dad3ff401cb2b (diff)
downloadFreeBSD-src-b69c6850f95cefc053cb032a4482d26be0af2fa7.zip
FreeBSD-src-b69c6850f95cefc053cb032a4482d26be0af2fa7.tar.gz
Remove a couple of nested comments.
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r--include/rpc/rpc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 5f8d23e..e4de8f4 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -28,7 +28,7 @@
*
* from: @(#)rpc.h 1.9 88/02/08 SMI
* from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
- * $Id: rpc.h,v 1.1 1993/10/27 05:40:45 paul Exp $
+ * $Id: rpc.h,v 1.2 1994/08/07 18:40:58 wollman Exp $
*/
/*
@@ -59,7 +59,9 @@
* Uncomment-out the next line if you are building the rpc library with
* DES Authentication (see the README file in the secure_rpc/ directory).
*/
-/*#include <rpc/auth_des.h> /* protocol for des style cred */
+#if 0
+#include <rpc/auth_des.h> /* protocol for des style cred */
+#endif
/* Server side only remote procedure callee */
#include <rpc/svc.h> /* service manager and multiplexer */
OpenPOWER on IntegriCloud