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 Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
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 Sat Jan 26 14:00:48 2013 +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
.