diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-13 10:29:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-13 10:29:06 +0000 |
commit | ded92cd9de0f66c97e711de71c0cb865aa0c21d3 (patch) | |
tree | 84587baa841c0ad89668dbf6074fbdce0dfd438d /include | |
parent | 783a07fdf2cf9f07d154294161e490199ec54fae (diff) | |
download | FreeBSD-src-ded92cd9de0f66c97e711de71c0cb865aa0c21d3.zip FreeBSD-src-ded92cd9de0f66c97e711de71c0cb865aa0c21d3.tar.gz |
Tokens after #endif are not strict ISO.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpc/rpcb_prot.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/rpcb_prot.x b/include/rpc/rpcb_prot.x index 1d9ed1c..c574841 100644 --- a/include/rpc/rpcb_prot.x +++ b/include/rpc/rpcb_prot.x @@ -233,7 +233,7 @@ struct rpcb_rmtcallres { % } results; % xdrproc_t xdr_res; /* decodes results */ %}; -#endif RPC_HDR +#endif /* RPC_HDR */ % %/* % * rpcb_entry contains a merged address of a service on a particular |