X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fdevices%2Funixserial.h;h=07eb888925fc43b41b0703e33ad95ac715a54a22;hp=15253ef32015d5bcbc01771cf480e2b2cdca0de2;hb=af2b6d91a335e0f0a6dd0f487c7e5ddadf6d4bfc;hpb=4ee1266711b695852ec88f06784fd84400cd70bb diff --git a/include/devices/unixserial.h b/include/devices/unixserial.h index 15253ef..07eb888 100644 --- a/include/devices/unixserial.h +++ b/include/devices/unixserial.h @@ -11,8 +11,17 @@ Released under the terms of the GNU GPL, see file COPYING for more details. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:21 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.1.8.1 2001/11/27 23:06:09 short + Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58 + + Revision 1.1.1.1.2.1 2001/11/27 22:48:37 short + Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58 + + Revision 1.1.1.2 2001/11/27 22:01:28 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001 + + Revision 1.3 2001/11/27 12:19:01 pkot + Cleanup, indentation, ANSI complaint preprocesor symbols (Jan Kratochvil, me) Revision 1.2 2001/08/20 23:27:37 pkot Add hardware shakehand to the link layer (Manfred Jonsson) @@ -20,19 +29,18 @@ Revision 1.1 2001/02/21 19:57:12 chris More fiddling with the directory layout - */ #ifndef __devices_unixserial_h #define __devices_unixserial_h #ifdef WIN32 - #include +# include /* FIXME: this should be solved in config.h in 0.4.0 */ - #define __const const - typedef void * __ptr_t; +# define __const const + typedef void * __ptr_t; #else - #include +# include #endif /* WIN32 */ #include "misc.h" @@ -51,7 +59,3 @@ size_t serial_write(int __fd, __const __ptr_t __buf, size_t __n); int serial_select(int fd, struct timeval *timeout); #endif /* __devices_unixserial_h */ - - - -