<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">XXX FIXME

Index: netcat-1.10/netcat.c
===================================================================
--- netcat-1.10.orig/netcat.c	2008-01-20 22:44:35.000000000 -0500
+++ netcat-1.10/netcat.c	2008-01-20 22:44:41.000000000 -0500
@@ -613,7 +613,6 @@
   dup2 (fd, 0);				/* the precise order of fiddlage */
   close (fd);				/* is apparently crucial; this is */
   dup2 (0, 1);				/* swiped directly out of "inetd". */
-  dup2 (0, 2);
 
   if (doexec_use_sh) {
 Debug (("gonna exec \"%s\" using /bin/sh...", pr00gie))
</pre></body></html>