From e4f13e774e6863fb2d59ab4bad2318005388bd52 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 24 Feb 1995 08:57:45 +0000 Subject: Remove a couple of nested comments. --- include/rpc/rpc.h | 6 ++++-- include/rpc/svc.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 5f8d23ea3d6e7..e4de8f486ded0 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 /* protocol for des style cred */ +#if 0 +#include /* protocol for des style cred */ +#endif /* Server side only remote procedure callee */ #include /* service manager and multiplexer */ diff --git a/include/rpc/svc.h b/include/rpc/svc.h index b525d8232deab..11b0afe1a3c51 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -28,7 +28,7 @@ * * from: @(#)svc.h 1.20 88/02/08 SMI * from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC - * $Id: svc.h,v 1.1 1993/10/27 05:40:55 paul Exp $ + * $Id: svc.h,v 1.2 1994/08/07 18:41:00 wollman Exp $ */ /* @@ -155,7 +155,7 @@ struct svc_req { * u_long prog; * u_long vers; * void (*dispatch)(); - * int protocol; /* like TCP or UDP, zero means do not register + * int protocol; // like TCP or UDP, zero means do not register */ __BEGIN_DECLS extern bool_t svc_register __P((SVCXPRT *, u_long, u_long, void (*)(), int)); -- cgit v1.3