Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Core dump unloading zsh/zftp
- X-seq: zsh-workers 15892
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Peter Stephenson'" <pws@xxxxxxx>, "'Zsh hackers list'" <zsh-workers@xxxxxxxxxx>
- Subject: RE: Core dump unloading zsh/zftp
- Date: Fri, 28 Sep 2001 14:33:14 +0400
- Importance: Normal
- In-reply-to: <22087.1001672561@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> + if (!module_loaded("zsh/net/tcp"))
> + return !load_module("zsh/net/tcp");
require_module does a bit more checking and is using
queue/unqueue_signals which makes me suspect it is better suited ... (or
all this checking is redundant?)
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author