comparison toys/other/vconfig.c @ 1104:e11684e3bbc5 draft

Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
author Rob Landley <rob@landley.net>
date Sat, 02 Nov 2013 14:24:33 -0500
parents bc09fa708d94
children 30a210bae3e9
comparison
equal deleted inserted replaced
1103:bc09fa708d94 1104:e11684e3bbc5
22 22
23 Create and remove virtual ethernet devices 23 Create and remove virtual ethernet devices
24 */ 24 */
25 25
26 #include "toys.h" 26 #include "toys.h"
27 #include "toynet.h"
28 #include <linux/if_vlan.h> 27 #include <linux/if_vlan.h>
29 #include <linux/sockios.h> 28 #include <linux/sockios.h>
30 29
31 static int strtorange(char *str, int min, int max) 30 static int strtorange(char *str, int min, int max)
32 { 31 {