projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
netifd: fix compile error when both libnl and libnl-tiny are built
[openwrt.git]
/
package
/
ppp
/
patches
/
403-no_wtmp.patch
diff --git
a/package/ppp/patches/403-no_wtmp.patch
b/package/ppp/patches/403-no_wtmp.patch
index
c3e9c7b
..
018bd5b
100644
(file)
--- a/
package/ppp/patches/403-no_wtmp.patch
+++ b/
package/ppp/patches/403-no_wtmp.patch
@@
-1,6
+1,6
@@
--- a/pppd/sys-linux.c
+++ b/pppd/sys-linux.c
--- a/pppd/sys-linux.c
+++ b/pppd/sys-linux.c
-@@ -22
37,6 +2237
,7 @@ int ppp_available(void)
+@@ -22
54,6 +2254
,7 @@ int ppp_available(void)
void logwtmp (const char *line, const char *name, const char *host)
{
void logwtmp (const char *line, const char *name, const char *host)
{
@@
-8,7
+8,7
@@
struct utmp ut, *utp;
pid_t mypid = getpid();
#if __GLIBC__ < 2
struct utmp ut, *utp;
pid_t mypid = getpid();
#if __GLIBC__ < 2
-@@ -23
02,6 +2303
,7 @@ void logwtmp (const char *line, const ch
+@@ -23
19,6 +2320
,7 @@ void logwtmp (const char *line, const ch
close (wtmp);
}
#endif
close (wtmp);
}
#endif
This page took
0.027848 seconds
and
4
git commands to generate.