yuhanjin

Results 2 issues of yuhanjin

x86-64 pppd版本2.4.9的插件 链接: https://pan.baidu.com/s/1L6pMW279gj0ceMpRss1J4w?pwd=a9ja 提取码: a9ja 我自己是pppd 2.4.8的版本,测试不了2.4.9版本的插件,但是我用相同的环境编译的2.4.8版本的插件是能安装上的 编译的时候报了几百个错,全都是说缺括号的。感觉是因为文件太老了,有些不太规范的语法在老的gcc版本下面是能编译通过的,换到现在新版本上就报错了。 去找了最新版本的pppd.h,就能编译通过了。 https://github.com/ppp-project/ppp/blob/master/pppd/pppd.h 不过这么一换不知道会不会出问题......

用lean最新版源码编译时,编译器报错 根据报错提示,把 https://github.com/CCnut/feed-netkeeper/blob/LUCI-LUA-UCITRACK/netkeeper-interception/src/netkeeper-interception-c.c 14行和15行的 `uint8_t` 改成 `u_int8_t` 把 https://github.com/CCnut/feed-netkeeper/blob/LUCI-LUA-UCITRACK/netkeeper-interception/src/netkeeper-interception-s.c 15,16行的 ``` void print_hex __P(( unsigned char *, uint8_t, printer_func, void *)); void print_hex_to_file __P(( unsigned char *, uint8_t, printer_func, FILE...