summaryrefslogtreecommitdiffstats
path: root/contrib/tcp_wrappers/tli-sequent.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-01-17 01:20:28 +0000
committerpfg <pfg@FreeBSD.org>2015-01-17 01:20:28 +0000
commitde8bceaa35fdc8a8ada24202faa1616ebb051314 (patch)
tree7c488c74bc3bd97ce2afcef2338e6f4949c53a78 /contrib/tcp_wrappers/tli-sequent.h
parentfe94e6fed383e5bf8d3f256c4f4febd9101fe9ee (diff)
downloadFreeBSD-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.h4
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));
OpenPOWER on IntegriCloud