Search
lxdream.org :: lxdream/src/drivers/serial_unix.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/serial_unix.c
changeset 1081:ef31ae97bb8b
prev1079:691f9f621c5a
author nkeynes
date Tue Dec 01 18:18:15 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Fix compile-time warnings
file annotate diff log raw
1.1 --- a/src/drivers/serial_unix.c Thu Oct 08 09:32:04 2009 +1000
1.2 +++ b/src/drivers/serial_unix.c Tue Dec 01 18:18:15 2009 +1000
1.3 @@ -73,6 +73,7 @@
1.4 serial_attach_device( dev );
1.5 }
1.6 }
1.7 + return TRUE;
1.8 }
1.9
1.10
.