tcpd.h:
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 4 Sep 2005 01:53:07 +0000 (01:53 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 4 Sep 2005 01:53:07 +0000 (01:53 +0000)
commit014c5732e3416a39a709e3ef72ef3641aa9a4460
treee299ba9029569f92d1854a1f18650ee32ac0e9d6
parent0e8ff41ac29f4cf41084018e133c4758a1f73f73
tcpd.h:
- properly declare functions
  Based-on: NetBSD lib/libwarp/tcpd.h rev1.2
- wrap declarations inside __{BEGIN, END}_DECLS
  Obtained-from: NetBSD lib/libwrap/tcpd.h rev1.11

scaffold.c:
- remove dummy rfc931() definition, which conflits its declaration in tcpd.h
  and is not necessary at all
  Based-on: NetBSD usr.sbin/tcpchk/scaffold.c rev1.2
contrib/tcp_wrappers/scaffold.c
contrib/tcp_wrappers/tcpd.h