diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 12a81e859f38f85f5143e72b56b5a1f974c53576 (patch) | |
tree | b2d994878969d3f9d2d56625fccda64c5ac25e8a /package/ppp/patches/100-debian_close_dev_ppp.patch | |
parent | ac587815b0f46cdc8eb7d7141ffb5784b98b4b3b (diff) | |
download | master-187ad058-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.gz master-187ad058-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.bz2 master-187ad058-12a81e859f38f85f5143e72b56b5a1f974c53576.zip |
refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/patches/100-debian_close_dev_ppp.patch')
-rw-r--r-- | package/ppp/patches/100-debian_close_dev_ppp.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/ppp/patches/100-debian_close_dev_ppp.patch b/package/ppp/patches/100-debian_close_dev_ppp.patch index 4e50118e87..4091c60b37 100644 --- a/package/ppp/patches/100-debian_close_dev_ppp.patch +++ b/package/ppp/patches/100-debian_close_dev_ppp.patch @@ -15,10 +15,11 @@ The problem also occurs with the upstream version, but does not occur when a pty/tty device is used for the ppp connection. -diff -u -r ppp-2.4.3/pppd/sys-linux.c ppp-2.4.3/pppd/sys-linux.c ---- ppp-2.4.3/pppd/sys-linux.c 2005-04-29 20:08:37.000000000 +0200 -+++ ppp-2.4.3/pppd/sys-linux.c 2005-04-29 20:07:03.000000000 +0200 -@@ -455,6 +455,13 @@ +Index: ppp-2.4.3/pppd/sys-linux.c +=================================================================== +--- ppp-2.4.3.orig/pppd/sys-linux.c 2007-06-04 13:22:08.527558896 +0200 ++++ ppp-2.4.3/pppd/sys-linux.c 2007-06-04 13:22:08.807516336 +0200 +@@ -453,6 +453,13 @@ if (new_style_driver) { int flags; |