]> git.pld-linux.org Git - packages/vtun.git/blob - vtun-dont-inline.patch
- rediff patches
[packages/vtun.git] / vtun-dont-inline.patch
1 --- vtun-3.0.4.orig/cfg_file.y  2016-10-01 23:27:51.000000000 +0200
2 +++ vtun-3.0.4/cfg_file.y       2018-09-30 12:21:17.880947142 +0200
3 @@ -610,7 +617,7 @@
4  }
5  
6  /* Clear the VTUN_NAT_HACK flag which are not relevant to the current operation mode */
7 -inline void clear_nat_hack_flags(int svr)
8 +void clear_nat_hack_flags(int svr)
9  {
10         if (svr)
11                 llist_trav(&host_list,clear_nat_hack_server,NULL);
12 --- vtun-3.0.4.orig/vtun.h      2016-10-01 23:27:51.000000000 +0200
13 +++ vtun-3.0.4/vtun.h   2018-09-30 12:21:29.038196844 +0200
14 @@ -232,6 +236,6 @@
15  int  tunnel(struct vtun_host *host);
16  int  read_config(char *file);
17  struct vtun_host * find_host(char *host);
18 -inline void clear_nat_hack_flags(int svr);
19 +void clear_nat_hack_flags(int svr);
20  
21  #endif
This page took 0.061318 seconds and 3 git commands to generate.