diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 10:41:29 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 10:41:29 +0000 |
commit | c05fc40b5c834cd7b482fff947083031794a4c09 (patch) | |
tree | 3c46e051900f547fe45089894d781bc0eebc2291 /net-dialup/ppp/files | |
parent | fix endless loop, bug #58364 (Manifest recommit) (diff) | |
download | gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.tar.gz gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.tar.bz2 gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.zip |
patch was already included
Diffstat (limited to 'net-dialup/ppp/files')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/endless-loop.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-dialup/ppp/files/2.4.2/endless-loop.patch b/net-dialup/ppp/files/2.4.2/endless-loop.patch deleted file mode 100644 index c3bfde1aafa1..000000000000 --- a/net-dialup/ppp/files/2.4.2/endless-loop.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ppp-2.4.2/pppd/main.c.orig 2004-07-29 15:16:52.518106400 +0200 -+++ ppp-2.4.2/pppd/main.c 2004-07-29 15:17:09.099585632 +0200 -@@ -1342,8 +1342,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); - } - |