1999-07-20 03:41:23 +00:00
|
|
|
--- src/callbacks.c.orig Thu Jun 17 00:09:31 1999
|
|
|
|
+++ src/callbacks.c Thu Jun 17 00:10:16 1999
|
|
|
|
@@ -403,7 +403,9 @@
|
1999-06-06 17:22:13 +00:00
|
|
|
|
|
|
|
#ifdef linux
|
1999-07-20 03:41:23 +00:00
|
|
|
sprintf(serial_port_prefix, "/dev/ttyS");
|
1999-06-06 17:22:13 +00:00
|
|
|
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
|
|
|
+#elif defined(__FreeBSD__)
|
1999-07-20 03:41:23 +00:00
|
|
|
+ sprintf(serial_port_prefix, "/dev/cuaa");
|
1999-06-06 17:22:13 +00:00
|
|
|
+#elif defined(__NetBSD__)
|
1999-07-20 03:41:23 +00:00
|
|
|
sprintf(serial_port_prefix, "/dev/tty0");
|
1999-06-06 17:22:13 +00:00
|
|
|
#else
|
1999-07-20 03:41:23 +00:00
|
|
|
sprintf(serial_port_prefix, "/dev/tty0");
|