patch-aa not actually needed.

This commit is contained in:
Mark Davies 2007-12-27 21:48:45 +00:00 committed by Thomas Klausner
parent b4d0803413
commit 7cebce47c7
2 changed files with 1 additions and 14 deletions

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2007/12/12 04:06:25 mwdavies Exp $
$NetBSD: distinfo,v 1.2 2007/12/27 21:48:45 mwdavies Exp $
SHA1 (kdenetwork-3.97.0.tar.bz2) = ebf51be2f61184c30845ce64d4de3522d876a1f9
RMD160 (kdenetwork-3.97.0.tar.bz2) = 1c1db6eeafe5d1ab2fa6f5e14c32dcbe070baaaf
Size (kdenetwork-3.97.0.tar.bz2) = 6538427 bytes
SHA1 (patch-aa) = 09c1406838c049877becb9bf3f4dc4698a8c65db
SHA1 (patch-ab) = 940646e14cc2c2cdd3c72b8b1e7101f3af1b9cd9

View file

@ -1,12 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2007/12/12 04:06:25 mwdavies Exp $
--- kppp/pppstats.cpp.orig 2007-12-09 08:46:26.000000000 +1300
+++ kppp/pppstats.cpp
@@ -71,6 +71,7 @@
#include <linux/if_ppp.h>
#endif
#else
+ #include <net/ppp_defs.h>
#include <net/if.h>
#include <net/if_ppp.h>
#endif