Changeset 2046 for trunk/src/libctests/glibc/inet
- Timestamp:
- Jun 17, 2005, 7:01:53 AM (20 years ago)
- Location:
- trunk/src/libctests/glibc/inet
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/inet/bug-if1.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2045 r2046 22 22 #include <stdio.h> 23 23 #include <string.h> 24 #ifdef __BSD__ 25 # include <sys/types.h> 26 # include <sys/socket.h> 27 #endif 24 28 #include <net/if.h> 25 29 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/inet/htontest.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2045 r2046 19 19 02111-1307 USA. */ 20 20 21 #ifndef __BSD__ 21 22 #include <endian.h> 23 #endif 22 24 #include <stdio.h> 23 25 #include <sys/types.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/inet/test-ifaddrs.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2045 r2046 22 22 #include <stdlib.h> 23 23 #include <string.h> 24 #ifdef __BSD__ 25 # include <sys/types.h> 26 # include <sys/socket.h> 27 #endif 24 28 #include <ifaddrs.h> 25 29 #include <netinet/in.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/inet/test_ifindex.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2045 r2046 23 23 #include <stdlib.h> 24 24 #include <string.h> 25 #ifdef __BSD__ 26 # include <sys/types.h> 27 # include <sys/socket.h> 28 #endif 25 29 #include <net/if.h> 26 30 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/inet/tst-ntoa.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2045 r2046 1 1 #include <stdio.h> 2 2 #include <string.h> 3 #ifdef __BSD__ 4 # include <sys/types.h> 5 # include <sys/socket.h> 6 #endif 3 7 #include <arpa/inet.h> 4 8 #include <netinet/in.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.