Changeset 63217 in vbox for trunk/src/VBox/Devices/Network/slirp/bsd/kern
- Timestamp:
- Aug 9, 2016 3:12:08 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bsd/kern/kern_mbuf.c
r63015 r63217 256 256 #endif 257 257 258 static void mb_reclaim(void *); 258 /*static void mb_reclaim(void *); - unused */ 259 259 #ifndef VBOX 260 260 static void mbuf_init(void *); … … 796 796 } 797 797 798 #if 0 /* unused */ 798 799 /* 799 800 * This is the protocol drain routine. … … 821 822 #endif 822 823 } 824 #endif /* unused */
Note:
See TracChangeset
for help on using the changeset viewer.