# HG changeset patch # User nexus # Date 1023723500 0 # Node ID 203128bcc6be71c21bcd61bf52985e016e53b9b1 # Parent e3c74c01a3a23131252d746c87ea36ba07f6fbba FreeBSD hack diff -r e3c74c01a3a2 -r 203128bcc6be libmpcodecs/ad_real.c --- a/libmpcodecs/ad_real.c Mon Jun 10 14:52:44 2002 +0000 +++ b/libmpcodecs/ad_real.c Mon Jun 10 15:38:20 2002 +0000 @@ -31,6 +31,9 @@ return malloc(size); } +#ifdef __FreeBSD__ +void* __ctype_b=NULL; +#endif static ulong (*raCloseCodec)(ulong); static ulong (*raDecode)(ulong,ulong,ulong,ulong,ulong,ulong);