]> git.pld-linux.org Git - packages/libnet1.git/blob - libnet1-include.patch
- x32 rebuild
[packages/libnet1.git] / libnet1-include.patch
1 --- Libnet-1.0.2a/include/libnet.h~     2001-02-06 23:19:25.000000000 +0000
2 +++ Libnet-1.0.2a/include/libnet.h      2003-07-03 19:26:05.000000000 +0000
3 @@ -74,19 +74,17 @@
4  #include <errno.h>
5  #include <assert.h>
6  
7 -#include "./libnet/libnet-headers.h"
8 -#include "./libnet/libnet-structures.h"
9 -#include "./libnet/libnet-macros.h"
10 -#include "./libnet/libnet-asn1.h"
11 -#include "./libnet/libnet-functions.h"
12 -#include "./libnet/libnet-ospf.h"
13 +#include "./libnet1/libnet-headers.h"
14 +#include "./libnet1/libnet-structures.h"
15 +#include "./libnet1/libnet-macros.h"
16 +#include "./libnet1/libnet-asn1.h"
17 +#include "./libnet1/libnet-functions.h"
18 +#include "./libnet1/libnet-ospf.h"
19  
20  #define LIBNET_VERSION  "1.0.2a"
21  
22  #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
23 -#error "byte order has not been specified, you'll
24 -need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the
25 -documentation regarding the libnet-config script."
26 +#error "byte order has not been specified, you'll need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the documentation regarding the libnet-config script."
27  #endif
28  
29  #endif  /* __LIBNET_H */
This page took 0.097445 seconds and 3 git commands to generate.