]> git.pld-linux.org Git - packages/shapecfg.git/blob - shapercfg-2.0.36-glibc.patch
- spec adapterized
[packages/shapecfg.git] / shapercfg-2.0.36-glibc.patch
1 --- shaper/shapecfg.c.glibc     Tue Sep 29 20:24:02 1998
2 +++ shaper/shapecfg.c   Tue Sep 29 20:29:27 1998
3 @@ -3,9 +3,9 @@
4  #include <stdlib.h>
5  #include <linux/types.h>
6  #include <netinet/in.h>
7 -#include <linux/if.h>
8 -#include <linux/if_shaper.h>
9 -#include <linux/sockios.h>
10 +#include <net/if.h>
11 +#include <net/if_shaper.h>
12 +#include <sys/ioctl.h>
13  
14  void usage(char *name)
15  {      
This page took 0.153617 seconds and 3 git commands to generate.