projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com>
[kopensolaris-gnu/glibc.git]
/
misc
/
ioctltst.c
diff --git
a/misc/ioctltst.c
b/misc/ioctltst.c
index
aebaf40
..
3e8ea99
100644
(file)
--- a/
misc/ioctltst.c
+++ b/
misc/ioctltst.c
@@
-40,7
+40,7
@@
main()
/* use ioctl() to get the interface configuration list */
{
- st
ruct ifconf ifc;
+ st
atic struct ifconf ifc; /* init to 0 */
ioctl_result = ioctl(sock, SIOCGIFCONF, (char *) &ifc);