mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
fix: text following `#else' violates ANSI standard
Pointed out by: ${BDECFLAGS}
This commit is contained in:
parent
e0a509bb08
commit
1e799f5341
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74801
@ -326,7 +326,7 @@ typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
|
||||
%#ifdef __cplusplus
|
||||
%extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
|
||||
%
|
||||
%#else __STDC__
|
||||
%#else /* __STDC__ */
|
||||
%extern bool_t xdr_netbuf(XDR *, struct netbuf *);
|
||||
%
|
||||
%#endif
|
||||
|
Loading…
Reference in New Issue
Block a user