[Olsr-cvs] olsrd-current/src/win32 unistd.h,1.6,1.7
Thomas Lopatic
(spam-protected)
Mon May 14 01:44:26 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4885/src/win32
Modified Files:
unistd.h
Log Message:
(1) On Windows $(OS) is not undefined but contains "Windows_NT". Now handled in Makefile.inc instead of guess_os.sh. (2) Fixed re-definition of write() in Windows version of unistd.h.
Index: unistd.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/unistd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** unistd.h 9 May 2007 00:30:04 -0000 1.6
--- unistd.h 13 May 2007 23:44:24 -0000 1.7
***************
*** 60,65 ****
int isatty(int fd);
- typedef long ssize_t;
- ssize_t write(int fd, const void *buf, size_t count);
-
#endif
--- 60,62 ----
More information about the Olsr-cvs
mailing list