From 9ceca379c4671025a9caa0e152e036e05f1c6ab1 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 17 Jan 1997 09:02:38 +0000 Subject: This patch has been integrated in the original source. --- ftp/wu-ftpd+ipv6/files/patch-al | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ftp/wu-ftpd+ipv6/files/patch-al (limited to 'ftp/wu-ftpd+ipv6') diff --git a/ftp/wu-ftpd+ipv6/files/patch-al b/ftp/wu-ftpd+ipv6/files/patch-al deleted file mode 100644 index f4f9264cc955..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-al +++ /dev/null @@ -1,18 +0,0 @@ -*** ftpd.c.bak Wed Jan 1 22:10:05 1997 ---- src/ftpd.c Wed Jan 1 22:10:14 1997 -*************** -*** 2503,2508 **** ---- 2503,2514 ---- - void - dologout(int status) - { -+ /* -+ * Prevent reception of SIGURG from resulting in a resumption -+ * back to the main program loop. -+ */ -+ transflag = 0; -+ - if (logged_in) { - (void) seteuid((uid_t) 0); - logwtmp(ttyline, "", ""); - -- cgit