Changeset 2177 for trunk


Ignore:
Timestamp:
Jul 3, 2005, 6:03:13 AM (20 years ago)
Author:
bird
Message:

o Updated some TCPIP headers with GLIBC USE_MISC #includes.

Location:
trunk/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.88 to 1.89
    r2176 r2177  
    1616        o Fixed a buffer size validation bug in the backend for getcwd and
    1717          friends. Was requiring a byte to much.
     18        o Updated some TCPIP headers with GLIBC __USE_MISC #includes.
    1819
    19202005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • trunk/src/emx/include/net/if.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r2176 r2177  
    3939#ifndef _NET_IF_H_
    4040#define _NET_IF_H_
     41
     42#include <cdefs.h>
     43#ifdef __USE_MISC
     44# include <sys/types.h>
     45# include <sys/socket.h>
     46#endif
    4147
    4248#if defined (__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.