]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use apr_want.h to get the declarations for ntohs et al instead of
authorJeff Trawick <trawick@apache.org>
Tue, 13 Feb 2001 12:13:33 +0000 (12:13 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 13 Feb 2001 12:13:33 +0000 (12:13 +0000)
commit8e70b4447afe936ec3e44756abc5f2ab0552836b
treed7629cdf807a1bfbc19c8a29830523ba738d867a
parent73011591dd984e6d219ad6f96dfd2c14d5f3e6ed
Use apr_want.h to get the declarations for ntohs et al instead of
including the appropriate system header files directly.

This gets rid of a warning for props.c on FreeBSD 3.4 which cropped
up when I included the right header file to get OS/390 to build :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88132 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_access.c
modules/dav/main/props.c