mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 17:30:27 +00:00
Commented out debug statements (printf)
This commit is contained in:
parent
74b67ea7f6
commit
e735484d94
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include "libc/nt/winsock.h"
|
#include "libc/nt/winsock.h"
|
||||||
|
|
||||||
// TODO: Remove me
|
// TODO: Remove me
|
||||||
#include "libc/stdio/stdio.h"
|
//#include "libc/stdio/stdio.h"
|
||||||
|
|
||||||
#define MAX_INTERFACES 32
|
#define MAX_INTERFACES 32
|
||||||
|
|
||||||
|
@ -52,10 +52,12 @@ textwindows int ioctl_siocgifconf_nt(int fd, struct ifconf *ifc) {
|
||||||
}
|
}
|
||||||
|
|
||||||
count = dwBytes / sizeof(struct NtInterfaceInfo);
|
count = dwBytes / sizeof(struct NtInterfaceInfo);
|
||||||
|
/*
|
||||||
printf("CI> SIO_GET_INTERFACE_LIST success:\n");
|
printf("CI> SIO_GET_INTERFACE_LIST success:\n");
|
||||||
for (i = 0; i < count; ++i) {
|
for (i = 0; i < count; ++i) {
|
||||||
printf("CI>\t #i: %08x\n", i, iflist[i].iiAddress.sin_addr.s_addr);
|
printf("CI>\t #i: %08x\n", i, iflist[i].iiAddress.sin_addr.s_addr);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue