Updates for R3.13.5

This commit is contained in:
Janet B. Anderson
2001-09-19 14:06:15 +00:00
parent 8a93905515
commit 8a477f7f95
-5
View File
@@ -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 */