Merge branch 'bw/inet-pton-ntop-compat'

* bw/inet-pton-ntop-compat:
  Drop system includes from inet_pton/inet_ntop compatibility wrappers
This commit is contained in:
Junio C Hamano
2012-02-12 22:42:14 -08:00
2 changed files with 0 additions and 12 deletions

View File

@ -15,14 +15,8 @@
* SOFTWARE.
*/
#include <errno.h>
#include <sys/types.h>
#include "../git-compat-util.h"
#include <stdio.h>
#include <string.h>
#ifndef NS_INADDRSZ
#define NS_INADDRSZ 4
#endif

View File

@ -15,14 +15,8 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <errno.h>
#include <sys/types.h>
#include "../git-compat-util.h"
#include <stdio.h>
#include <string.h>
#ifndef NS_INT16SZ
#define NS_INT16SZ 2
#endif