aboutsummaryrefslogtreecommitdiffstats
path: root/net/p0f/files/patch-p0f.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/p0f/files/patch-p0f.c')
-rw-r--r--net/p0f/files/patch-p0f.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/p0f/files/patch-p0f.c b/net/p0f/files/patch-p0f.c
deleted file mode 100644
index 5d5c61e2f1ca..000000000000
--- a/net/p0f/files/patch-p0f.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- p0f.c.orig Thu Jan 17 21:05:58 2002
-+++ p0f.c Mon Jan 21 00:22:56 2002
-@@ -348,10 +348,9 @@
- T_tstamp = 1;
- break;
- case 'o':
-- { FILE* x;
-- x=fopen(optarg,"a");
-- if (!x) { perror(optarg); exit(1); }
-- stdout=x;
-+ if (!freopen(optarg,"a",stdout)) {
-+ perror(optarg);
-+ exit(1);
- }
- break;
- default: