[PATCH] Revert Fix XXX declared 'static' but not defined

2009-02-08 Thread Benjamin Close
This reverts commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412. When transport.c is directly include (as in the case of libICE:icetrans.c:32) Xtranssock.c must be included before Xtransutil.c in order for the socket structures to be included. Including Xtransutil.c after Xtranssock.c requires

Re: [PATCH] Revert Fix XXX declared 'static' but not defined

2009-02-08 Thread Paulo César Pereira de Andrade
Benjamin Close wrote: I don't see anything wrong as it reverts to a version known to work, but from a quick test, without rebuilding everything, just libICE and libFS, it should be enough to move the definition of is_numeric and trans_mkdir to the start of Xtranssock.c (the revert in