Skip to content

Commit

Permalink
fix no-newline warnings on old compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Dec 25, 2012
1 parent ab4fb35 commit be4efc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/allocator_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

//RcB: DEP "allocator_thread.c"
#endif
#endif

3 changes: 2 additions & 1 deletion src/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ void core_unload(void);

//RcB: DEP "core.c"
//RcB: DEP "libproxychains.c"
//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread"
//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread"

3 changes: 2 additions & 1 deletion src/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

# define PFUNC() do { PDEBUG("pid[%d]:%s\n", getpid(), __FUNCTION__); } while(0)

#endif
#endif

0 comments on commit be4efc0

Please sign in to comment.