Re: [Mutt] #2989: strsep not available on solaris

2007-11-21 Thread Moritz Barsnick
On Tue, Nov 20, 2007 at 04:19:31 -, Mutt wrote: > Commit 5307:033eba2d6834 broke Solaris build, as we don't have strsep > function. While looking around for alternative solution, I found this > reference: Wow, since when is mutt replacing missing Solaris functions? I found another one! ;-)

Re: [Mutt] #2989: strsep not available on solaris

2007-11-20 Thread Mutt
#2989: strsep not available on solaris Comment (by Neuron): Thank you for the lightning fast response. -- Vlad -- Ticket URL:

Re: [Mutt] #2989: strsep not available on solaris

2007-11-20 Thread Mutt
#2989: strsep not available on solaris Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: (In [3dd709959912]) Add glibc implementation of strsep() in case a system misses it. Closes #2989. -- Ticket URL:

[Mutt] #2989: strsep not available on solaris

2007-11-19 Thread Mutt
#2989: strsep not available on solaris Hi, Commit 5307:033eba2d6834 broke Solaris build, as we don't have strsep function. While looking around for alternative solution, I found this reference: http://www.winehq.org/pipermail/wine-patches/2001-November/001322.html /***