diff options
author | Michal Bialozor <bialyy@o2.pl> | 2011-08-26 07:55:26 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-26 07:55:26 -0300 |
commit | 87e13d5b57e9d1768442779c4a27c7b5547cab99 (patch) | |
tree | 2efe9f6157212671056b8a963dd6f00e73e83003 /network/cmdiag/cmdiag.cpp.patch | |
parent | 0f7a939968db389357ca05902ecb04d39928d133 (diff) | |
download | slackbuilds-87e13d5b57e9d1768442779c4a27c7b5547cab99.tar.gz |
network/cmdiag: Added (cable modem diagnostics tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/cmdiag/cmdiag.cpp.patch')
-rw-r--r-- | network/cmdiag/cmdiag.cpp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/cmdiag/cmdiag.cpp.patch b/network/cmdiag/cmdiag.cpp.patch new file mode 100644 index 0000000000..b0a0332da5 --- /dev/null +++ b/network/cmdiag/cmdiag.cpp.patch @@ -0,0 +1,10 @@ +--- cmdiag.cpp.orig 2008-05-01 22:42:18.000000000 +0200 ++++ cmdiag.cpp 2011-08-08 12:05:24.113372114 +0200 +@@ -13,6 +13,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> ++#include <string.h> + #include "bar.h" + #include "pbar.h" + #include "globals.h" |