Changeset 2177
- Timestamp:
- Jul 3, 2005, 6:03:13 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.88
to1.89
r2176 r2177 16 16 o Fixed a buffer size validation bug in the backend for getcwd and 17 17 friends. Was requiring a byte to much. 18 o Updated some TCPIP headers with GLIBC __USE_MISC #includes. 18 19 19 20 2005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/net/if.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2176 r2177 39 39 #ifndef _NET_IF_H_ 40 40 #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 41 47 42 48 #if defined (__cplusplus) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.