diff options
author | Kevin Paulus <goarilla@gmail.com> | 2014-12-07 00:32:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-07 00:49:28 +0700 |
commit | 50da1beac18895c493f44554b475aa00942cf631 (patch) | |
tree | 8e30de5de134bf7ae94a75a3f83b696535111361 /network/valknut/main.patch | |
parent | 2ca4eeb064a1b0cb81e83c05eef8792fc0a49924 (diff) | |
download | slackbuilds-50da1beac18895c493f44554b475aa00942cf631.tar.gz |
network/valknut: Added patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/valknut/main.patch')
-rw-r--r-- | network/valknut/main.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/valknut/main.patch b/network/valknut/main.patch new file mode 100644 index 0000000000..8106bbd384 --- /dev/null +++ b/network/valknut/main.patch @@ -0,0 +1,11 @@ +--- valknut/main.cpp.orig 2013-09-29 13:55:16.194456921 +0200 ++++ valknut/main.cpp 2013-09-29 13:55:30.942159705 +0200 +@@ -338,7 +338,7 @@ + delete dbg; + printf("exit\n"); + delete qApp; +- _exit(0); ++ exit(0); + } + + #ifndef WIN32 |