I put in a simpler fix using strdupa.
Perhaps this will teach you not to cast away a const without thinking about
what you are doing, and teach Marcus not to check in code without checking
for obvious bogosities like that.
___
Bug-hurd mailing list
[EM
On Sat, Oct 19, 2002 at 02:38:16PM +0200, Moritz Schulte wrote:
> Configuration file parsing could be easily done by linking the servers
> against libguile (wasn't it the plan once the use Guile as a "system
> scripting-language"? ...).
Given that Guile should be linked into every program anyway,
Moritz Schulte <[EMAIL PROTECTED]> writes:
> was there ever a plan to make Hurd servers support configuration
> files? Right now the only way to configure them is via command line
> options. I think it could be convenient in the future to have them
> support configuration files; there could be p
$B#F#R#O#M!'([EMAIL PROTECTED]
$B!cAw?.Kt$OL>>N(B:$B%(%`%1%$!&%$%s%?!<%J%7%g%J%k!!9-9pIt(B
(B$B=;=j!'J!2,8)KL6e=#;T>.ARKL6hEDD.(B10-38
(B$BEEOCHV9f!'(B093-592-4496
$B!cG[?.Dd;_J}K!!d>e5-%"%I%l%9$K$=$N$^$^JV?.%a!<%k$r$*Aw$j$/$@$5$$!#(BDB$B$h$j:o
Title: Untitled Document
Problemas de
seguridad de Outlook Express: sale otro parche.
Hi,
was there ever a plan to make Hurd servers support configuration
files? Right now the only way to configure them is via command line
options. I think it could be convenient in the future to have them
support configuration files; there could be per-server files and
files, which apply to all s
It seems that pthread_key_delete is not defined, this is probobly due
to a small typo in libpthread/sysdeps/{hurd,generic}/pt-key-delete.c.
Index: libpthread/ChangeLog
from Alfred M. Szmidt <[EMAIL PROTECTED]>
* sysdeps/generic/pt-key-delete.c, sysdeps/hurd/pt-key-delete.c
(pth
Hi,
some time ago some patches of mine were integrated into
ftpfs/libftpconn. Those patches fixed a bug, but also broke ftpfs in
a way: I just noticed that
$ cd foo; cd bar; ls
shows the content of 'foo' while
$ cd foo; ls; cd bar; ls
shows the content of 'bar'.
The problem, which I intr