]> andersk Git - openssh.git/blob - bsd-inet_ntoa.h
- (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
[openssh.git] / bsd-inet_ntoa.h
1 #ifndef _BSD_INET_NTOA_H
2 #define _BSD_INET_NTOA_H
3
4 #include "config.h"
5
6 #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)
7 char *inet_ntoa(struct in_addr in);
8 #endif /* defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) */
9
10 #endif /* _BSD_INET_NTOA_H */
This page took 0.037342 seconds and 5 git commands to generate.