CVS Commit: libdvdcss (gbazin)
Vincent Cojot
coyote at step.polymtl.ca
Mon Mar 10 08:18:00 CET 2003
On Mon, 10 Mar 2003 cvs at videolan.org wrote:
> Update of /var/cvs/videolan/libdvdcss/src
> Modified Files:
> common.h error.c
>
> Log Message:
>
> * src/common.h, src/error.c: fixed the PATH_MAX breakage on win32.
Hi everyone,
I reported a problem with PATH_MAX on Solaris a few days ago and provided
a fix. In short, it worked in all versions up to 1.2.4 and was broken in
1.2.5. The fix is to include <limits.h> on Solaris. Will there be
something done about it?
*** src/common.h.orig Wed Dec 11 10:06:07 2002
--- src/common.h Tue Mar 4 13:54:43 2003
***************
*** 44,49 ****
--- 44,53 ----
typedef signed int int32_t;
#endif
+ #if defined(__sun__)
+ # include<limits.h>
+ #endif
+
#if defined( WIN32 )
/* several type definitions */
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'
http://step.polymtl.ca/~coyote _.,-*~'`^`'~*-,._ coyote at step.polymtl.ca
They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places. - Robert Frost
--
This is the libdvdcss-devel mailing-list, see http://developers.videolan.org/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the libdvdcss-devel
mailing list