Dash:
[t2.git] / package / network / ipconfig / hotfix.patch.musl
blob74cdbc1dadc871b322116aca6074bc014dc483bf
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../ipconfig/hotfix.patch.musl
5 # Copyright (C) 2019 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ipconfig/netdev.h.vanilla   2019-09-17 15:55:39.308000000 +0200
18 +++ ipconfig/netdev.h   2019-09-17 15:55:49.672000000 +0200
19 @@ -8,6 +8,8 @@
20  #include <sys/utsname.h>
21  #include <net/if.h>
23 +#define SYS_NMLN  512
25  #define BPLEN          40
27  struct netdev {
28 --- ipconfig/packet.c.vanilla   2019-09-17 15:58:26.960000000 +0200
29 +++ ipconfig/packet.c   2019-09-17 15:58:31.964000000 +0200
30 @@ -1,3 +1,4 @@
31 +#define _GNU_SOURCE
32  /*
33   * ipconfig/packet.c
34   *