summaryrefslogtreecommitdiff
path: root/net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch')
-rw-r--r--net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch b/net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch
deleted file mode 100644
index b61025d25b6e..000000000000
--- a/net-analyzer/sngrep/files/sngrep-1.4.6-stdin.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/capture.c
-+++ b/src/capture.c
-@@ -191,7 +191,7 @@
-
- // Reopen tty for ncurses after pcap have used stdin
- if (!strncmp(infile, "/dev/stdin", 10)) {
-- if (!(stdin = freopen("/dev/tty", "r", stdin))) {
-+ if (!(fstdin = freopen("/dev/tty", "r", stdin))) {
- fprintf(stderr, "Failed to reopen tty while using stdin for capture.");
- return 1;
- }