From 2ae3edb0d5184c61c1f828e1f7b44e1cfb7a87ac Mon Sep 17 00:00:00 2001 From: bg- Date: Fri, 12 Jan 2007 18:23:19 +0000 Subject: [PATCH] * Minor mod for FreeBSD 6. --- tools/tunslip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tunslip.c b/tools/tunslip.c index 198e8f545..16138f12a 100644 --- a/tools/tunslip.c +++ b/tools/tunslip.c @@ -28,7 +28,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: tunslip.c,v 1.6 2006/12/22 17:25:13 barner Exp $ + * $Id: tunslip.c,v 1.7 2007/01/12 18:23:19 bg- Exp $ * */ @@ -970,7 +970,7 @@ main(int argc, char **argv) if (slipfd == -1) err(1, "can't open siodev ``/dev/%s''", siodev); } else { static const char *siodevs[] = { - "cuad0", "ttyUSB0", "ucom0", "cuaU0" + "ttyUSB0", "cuaU0", "ucom0" /* linux, fbsd6, fbsd5 */ }; int i; for(i = 0; i < 3; i++) {