summaryrefslogtreecommitdiff
path: root/net/kdenetwork2/patches
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-14 16:07:17 +0000
committerskrll <skrll@pkgsrc.org>2001-03-14 16:07:17 +0000
commit5e8b08cf907f62b92596b146d1710c1c5f888dfd (patch)
tree7f1fb5ef5e362bc16a2877814afb78d0a485962f /net/kdenetwork2/patches
parent35fb56a75c56564f3aefe95eae1adb09a566890a (diff)
downloadpkgsrc-5e8b08cf907f62b92596b146d1710c1c5f888dfd.tar.gz
Import of KDE 2.1 kdenetwork package.
Diffstat (limited to 'net/kdenetwork2/patches')
-rw-r--r--net/kdenetwork2/patches/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/net/kdenetwork2/patches/patch-aa b/net/kdenetwork2/patches/patch-aa
new file mode 100644
index 00000000000..95815713e81
--- /dev/null
+++ b/net/kdenetwork2/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 16:07:30 skrll Exp $
+
+--- kppp/devices.h.orig Wed Dec 13 18:25:52 2000
++++ kppp/devices.h
+@@ -9,6 +9,23 @@
+ "/dev/cuaa1",
+ "/dev/cuaa2",
+ "/dev/cuaa3",
++#elif defined(__NetBSD__)
++ "/dev/tty00", /* "normal" modem lines */
++ "/dev/tty01",
++ "/dev/tty02",
++ "/dev/tty03",
++ "/dev/dty00", /* Dial out devices */
++ "/dev/dty01",
++ "/dev/dty02",
++ "/dev/dty03",
++ "/dev/ttyU0", /* USB stuff modems */
++ "/dev/ttyU1",
++ "/dev/ttyU2",
++ "/dev/ttyU3",
++ "/dev/dtyU0", /* USB stuff, too (dial out device) */
++ "/dev/dtyU1",
++ "/dev/dtyU2",
++ "/dev/dtyU3",
+ #elif defined (__linux__)
+ "/dev/modem",
+ // Linux from 2.1.x on discourages from using this devices
+@@ -41,3 +58,9 @@
+ const int DEV_DEFAULT = 0;
+
+ #endif
++
++
++
++
++
++