summaryrefslogtreecommitdiff
path: root/net/kdenetwork2/patches
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-14 16:07:17 +0000
committerskrll <skrll>2001-03-14 16:07:17 +0000
commitfbe5e7017d77d57d14df251260f4f9d573176d5f (patch)
tree7f1fb5ef5e362bc16a2877814afb78d0a485962f /net/kdenetwork2/patches
parent619f4c4ab7dc95d1aa9dda0f741f54822058dea8 (diff)
downloadpkgsrc-fbe5e7017d77d57d14df251260f4f9d573176d5f.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
++
++
++
++
++
++