summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2007-02-02 18:11:18 +0000
committerschweikh <schweikh@FreeBSD.org>2007-02-02 18:11:18 +0000
commit27ba42ae5dd62dbeb5d3ef5118efb2841b9ebddf (patch)
tree955dca191eb0e52d292160309c71f89462674c22 /include/rpc
parent3e331c941668356453b7f5fae1f56a0398422855 (diff)
downloadFreeBSD-src-27ba42ae5dd62dbeb5d3ef5118efb2841b9ebddf.zip
FreeBSD-src-27ba42ae5dd62dbeb5d3ef5118efb2841b9ebddf.tar.gz
Comment the token after #endif, like we do everywhere else.
Static analyzers like FlexeLint complain about it. MFC after: 7 days
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth_kerb.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/rpc/auth_kerb.h b/include/rpc/auth_kerb.h
index 98ad595..1dcfb0d 100644
--- a/include/rpc/auth_kerb.h
+++ b/include/rpc/auth_kerb.h
@@ -6,23 +6,23 @@
* may copy or modify Sun RPC without charge, but are not authorized
* to license or distribute it to anyone else except as part of a product or
* program developed by the user.
- *
+ *
* SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
* WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
* PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
- *
+ *
* Sun RPC is provided with no support and without any obligation on the
* part of Sun Microsystems, Inc. to assist in its use, correction,
* modification or enhancement.
- *
+ *
* SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
* INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
* OR ANY PART THEREOF.
- *
+ *
* In no event will Sun Microsystems, Inc. be liable for any lost revenue
* or profits or other special, indirect and consequential damages, even if
* Sun has been advised of the possibility of such damages.
- *
+ *
* Sun Microsystems, Inc.
* 2550 Garcia Avenue
* Mountain View, California 94043
@@ -137,5 +137,5 @@ extern bool_t xdr_authkerb_verf(XDR *, struct authkerb_verf *);
extern int svc_kerb_reg(SVCXPRT *, char *, char *, char *);
extern enum auth_stat _svcauth_kerb(struct svc_req *, struct rpc_msg *);
-#endif KERBEROS
+#endif /* KERBEROS */
#endif /* !_RPC_AUTH_KERB_H */
OpenPOWER on IntegriCloud