diff options
Diffstat (limited to 'net-analyzer/sarg/files/sarg-2.3.10-bool.patch')
-rw-r--r-- | net-analyzer/sarg/files/sarg-2.3.10-bool.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/sarg/files/sarg-2.3.10-bool.patch b/net-analyzer/sarg/files/sarg-2.3.10-bool.patch deleted file mode 100644 index 188b6dd3732b..000000000000 --- a/net-analyzer/sarg/files/sarg-2.3.10-bool.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/util.c -+++ b/util.c -@@ -2088,7 +2088,7 @@ - int pad_len; - bool bracket=false; - bool port=false; -- bool port_num=0; -+ int port_num=0; - - // skip leading spaces and tabs - while (*buf && (*buf==' ' || *buf=='\t')) buf++; |