From 8a477f7f95340a1b0f353a90d1b16661d32703cf Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 19 Sep 2001 14:06:15 +0000 Subject: [PATCH] Updates for R3.13.5 --- src/include/os/cygwin32/osiSock.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/os/cygwin32/osiSock.h b/src/include/os/cygwin32/osiSock.h index 2d360b684..733ebdabb 100644 --- a/src/include/os/cygwin32/osiSock.h +++ b/src/include/os/cygwin32/osiSock.h @@ -26,7 +26,6 @@ extern "C" { /* * as far as I can tell there is no header file for these */ -int gethostname(char *name, int namelen); int sethostname(char *name, int namelen); #ifdef __cplusplus @@ -53,10 +52,6 @@ typedef int osiSocklen_t; /* Used by ca/if_depends.c */ #define SIOCGIFDSTADDR _IOWR('i', 15, struct ifreq) /* get p-p address */ -#define SIOCGIFADDR _IOWR('i', 13, struct ifreq) /* get ifnet address */ - -/* Used by ca/if_depends.c db/drvTS.c dbtools/BSlib.c */ -#define SIOCGIFBRDADDR _IOWR('i', 23, struct ifreq) /* get broadcast addr */ /* Used by ca/if_depends.c ca/ucx.h */