]> arthur.barton.de Git - ngircd.git/commit
tool.h: Don't check for and #define PF_INET
authorAlexander Barton <alex@barton.de>
Sun, 11 Nov 2012 10:05:21 +0000 (11:05 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 11 Nov 2012 10:05:21 +0000 (11:05 +0100)
commite29d198700a9e1c026d7f4b2601d127045adbe53
treedbd35b465865eaaa3375d0055ae1f26afde22aab
parent6f531a3c99ca267370b8f77cd3e51d751fb48826
tool.h: Don't check for and #define PF_INET

This is correctly handled by ipaddr/ng_ipaddr.h today, and the check
in tool.h isn't required any more -- and caused errors on OpenBSD 5.0:

  In file included from ./../tool/tool.h:23:
  /usr/include/arpa/inet.h:74:
    warning: "struct in_addr" declared inside parameter list
src/tool/tool.h