On Sun, Sep 22, 2002 at 04:42:32PM +0100, Josef Karthauser wrote: > Has anyone here got the time to help me out? I want to fix the uvisor > code so that it works properly, but am getting caught up trying to fix > the coldsync port. It compiles on -stable, but has been broken on > -current for a while. Something changed in the fd_set area and it's not > compiled for a long time. I'd really appreciate it is someone with a > knowledge of select foo could help me work out what's wrong. Did we > tighten something up in -current, or have we deprecated something?
Mark Trettin <[EMAIL PROTECTED]> sent me a patch (attached for reference). Thanks Mark, Joe -- "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921
--- config.h.in.orig Sun Sep 22 13:41:09 2002 +++ config.h.in Sun Sep 22 13:42:40 2002 @@ -316,19 +316,6 @@ */ #endif /* HAVE_O_BINARY */ -#ifndef _POSIX_C_SOURCE -# define _POSIX_C_SOURCE 2 -#endif /* _POSIX_C_SOURCE */ - -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif - -#ifndef _XOPEN_SOURCE_EXTENDED - /* Provides declaration for lstat() under DU, and strdup() under Linux */ -# define _XOPEN_SOURCE_EXTENDED -#endif /* _XOPEN_SOURCE_EXTENDED */ - #if __GNUC__ /* The following should fix gcc complaining about missing
msg43207/pgp00000.pgp
Description: PGP signature