Skip to content
Permalink
1ce7d80ddc
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (9 sloc) 334 Bytes
/* Add the include here so that we can redefine __fxprintf. */
#include <stdio.h>
/* Rename symbols for protected names used in libc itself. */
#define __ioctl ioctl
#define __socket socket
#define __strchrnul strchrnul
#define __strncasecmp strncasecmp
#define __fxprintf(args...) /* ignore */
#include "../resolv/res_hconf.c"