Changeset 516 for trunk/src/sh_portcheck.c
- Timestamp:
- Oct 31, 2016, 8:31:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_portcheck.c
r511 r516 1808 1808 static int iface_comp (const void *a, const void *b) 1809 1809 { 1810 const struct portchk_interfaces * aa = ( struct portchk_interfaces *) a;1811 const struct portchk_interfaces * bb = ( struct portchk_interfaces *) b;1810 const struct portchk_interfaces * aa = (const struct portchk_interfaces *) a; 1811 const struct portchk_interfaces * bb = (const struct portchk_interfaces *) b; 1812 1812 return (aa->type - bb->type); 1813 1813 }
Note:
See TracChangeset
for help on using the changeset viewer.