kernel: fq_codel: dont reinit flow state
[openwrt/svn-archive/archive.git] / package / ppp / patches / 403-no_wtmp.patch
index c3e9c7b61316ed91d41f63f223b804ede095940c..71233200e75c12ed5398d006d56a5ba43aa2d82f 100644 (file)
@@ -1,6 +1,13 @@
+pppd: Disable wtmp support
+
+Many uClibc based environments lack wtmp and utmp support, therfore remove
+the code updating the wtmp information.
+
+Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
-@@ -2237,6 +2237,7 @@ int ppp_available(void)
+@@ -2254,6 +2254,7 @@ int ppp_available(void)
  
  void logwtmp (const char *line, const char *name, const char *host)
  {
@@ -8,7 +15,7 @@
      struct utmp ut, *utp;
      pid_t  mypid = getpid();
  #if __GLIBC__ < 2
-@@ -2302,6 +2303,7 @@ void logwtmp (const char *line, const ch
+@@ -2319,6 +2320,7 @@ void logwtmp (const char *line, const ch
        close (wtmp);
      }
  #endif