mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-10-31 17:18:47 +00:00
fix no-newline warnings on old compilers
This commit is contained in:
parent
ab4fb353b6
commit
be4efc0fd5
@ -12,4 +12,5 @@ size_t at_get_host_for_ip(ip_type ip, char* readbuf);
|
|||||||
ip_type at_get_ip_for_host(char* host, size_t len);
|
ip_type at_get_ip_for_host(char* host, size_t len);
|
||||||
|
|
||||||
//RcB: DEP "allocator_thread.c"
|
//RcB: DEP "allocator_thread.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -123,4 +123,5 @@ void core_unload(void);
|
|||||||
|
|
||||||
//RcB: DEP "core.c"
|
//RcB: DEP "core.c"
|
||||||
//RcB: DEP "libproxychains.c"
|
//RcB: DEP "libproxychains.c"
|
||||||
//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread"
|
//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread"
|
||||||
|
|
||||||
|
@ -10,4 +10,5 @@
|
|||||||
|
|
||||||
# define PFUNC() do { PDEBUG("pid[%d]:%s\n", getpid(), __FUNCTION__); } while(0)
|
# define PFUNC() do { PDEBUG("pid[%d]:%s\n", getpid(), __FUNCTION__); } while(0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user