summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/ppp/files/2.4.2/control_c.patch')
-rw-r--r--net-dialup/ppp/files/2.4.2/control_c.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-dialup/ppp/files/2.4.2/control_c.patch b/net-dialup/ppp/files/2.4.2/control_c.patch
deleted file mode 100644
index bf01f9e6b148..000000000000
--- a/net-dialup/ppp/files/2.4.2/control_c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nrau ppp-2.4.2.orig/pppd/main.c ppp-2.4.2/pppd/main.c
---- ppp-2.4.2.orig/pppd/main.c 2004-07-16 00:21:19.000000000 +0200
-+++ ppp-2.4.2/pppd/main.c 2004-07-16 00:16:36.000000000 +0200
-@@ -1338,8 +1338,8 @@
-
- act.sa_handler = SIG_IGN;
- act.sa_flags = 0;
-- sigaction(sig, &act, &oldact);
- kill(0, sig);
-+ sigaction(sig, &act, &oldact);
- sigaction(sig, &oldact, NULL);
- } \ No newline at end of file