diff options
author | pfg <pfg@FreeBSD.org> | 2015-01-17 01:20:28 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2015-01-17 01:20:28 +0000 |
commit | de8bceaa35fdc8a8ada24202faa1616ebb051314 (patch) | |
tree | 7c488c74bc3bd97ce2afcef2338e6f4949c53a78 /contrib/tcp_wrappers/tli-sequent.h | |
parent | fe94e6fed383e5bf8d3f256c4f4febd9101fe9ee (diff) | |
download | FreeBSD-src-de8bceaa35fdc8a8ada24202faa1616ebb051314.zip FreeBSD-src-de8bceaa35fdc8a8ada24202faa1616ebb051314.tar.gz |
MFC r272947, r272950:
tcpd: complete function prototypes.
tcpd.h: add prototype for hosts_ctl
This clears up at least a build issues on mysql-server
ports. While here also replace some spaces with tabs
in our headers.
PR: 32808
PR: 42336
Diffstat (limited to 'contrib/tcp_wrappers/tli-sequent.h')
-rw-r--r-- | contrib/tcp_wrappers/tli-sequent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcp_wrappers/tli-sequent.h b/contrib/tcp_wrappers/tli-sequent.h index 4474d3c..d6222ef 100644 --- a/contrib/tcp_wrappers/tli-sequent.h +++ b/contrib/tcp_wrappers/tli-sequent.h @@ -1,7 +1,7 @@ #ifdef __STDC__ -#define __P(X) X +#define __P(X) X #else -#define __P(X) () +#define __P(X) () #endif extern int t_sync __P((int)); |