Commit 1ea12e70 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

had to add this since it was missing in the system includes!

parent a0ce95e1
Loading
Loading
Loading
Loading

lib/inet_ntoa_r.h

0 → 100644
+9 −0
Original line number Diff line number Diff line
#ifndef __INET_NTOA_R_H
#define __INET_NTOA_R_H
/*
 * My solaris 5.6 system running gcc 2.8.1 does *not* have this prototype
 * in any system include file! Isn't that weird?
 */
char *inet_ntoa_r(const struct in_addr in, char *buffer, int buflen);

#endif