View | Details | Raw Unified | Return to bug 650
Collapse All | Expand All

(-)openssh-3.7p1/openbsd-compat/inet_ntoa.c~ (-1 lines)
Lines 43-49 Link Here
43
#include <netinet/in.h>
43
#include <netinet/in.h>
44
#include <arpa/inet.h>
44
#include <arpa/inet.h>
45
#include <stdio.h>
45
#include <stdio.h>
46
#include "inet_ntoa.h"
47
46
48
char *inet_ntoa(struct in_addr in)
47
char *inet_ntoa(struct in_addr in)
49
{
48
{

Return to bug 650