[BusyBox] nc listening support

Erik Andersen andersen at lineo.com
Fri Feb 2 00:13:39 UTC 2001


On Sun Dec 17, 2000 at 09:22:20AM -0800, Matt Kraai wrote:
> On Sun, Dec 17, 2000 at 08:43:39AM -0800, Matt Kraai wrote:
> > OK to commit?
> 
> Here is an updated patch which fixes the usage information and
> checks for extra/missing arguments.
> 
> Matt

> Index: nc.c
> ===================================================================
> RCS file: /var/cvs/busybox/nc.c,v
> retrieving revision 1.8
> diff -u -r1.8 nc.c
> --- nc.c	2000/12/15 22:34:34	1.8
> +++ nc.c	2000/12/17 17:22:08
> @@ -40,7 +40,7 @@
>  
>  int nc_main(int argc, char **argv)
>  {
> -	int sfd;
> +	int do_listen = 0, lport = 0, tmpfd, opt, sfd;
>  	char buf[BUFSIZ];

Howdy Matt.  

It looks like this patch to nc.c never made it into CVS.  
Any reason why not, or was it just that I was too busy
and nobody else looked over the patch and ok'ed it?

Any more you know of like this one?

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20010201/e5fb2cc8/attachment.pgp 


More information about the busybox mailing list