From 00535086d3a922b17e2beead589f92e6cd585ff8 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Feb 2004 07:18:35 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'. --- net-mgmt/openvmps/files/patch-aa | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 net-mgmt/openvmps/files/patch-aa (limited to 'net-mgmt/openvmps/files/patch-aa') diff --git a/net-mgmt/openvmps/files/patch-aa b/net-mgmt/openvmps/files/patch-aa deleted file mode 100644 index 92e2162ab493..000000000000 --- a/net-mgmt/openvmps/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- daemon.c.orig Mon Oct 6 16:32:28 2003 -+++ daemon.c Mon Oct 6 16:37:02 2003 -@@ -10,8 +10,10 @@ - #ifdef SETPGRP_VOID - #define SYSV - #else -+#ifndef BSD - #define BSD - #endif -+#endif - - extern int errno; - -@@ -30,7 +32,7 @@ - #ifdef BSD - - int pid; -- union wait status; -+ int status; - while ( (pid = wait3(&status, WNOHANG, (struct rusage *) 0)) > 0 ) ; - - #endif -@@ -105,7 +107,7 @@ - #ifdef BSD - RETSIGTYPE sig_child(); - -- signal(SIGCLD, sig_child); -+ signal(SIGCHLD, sig_child); - #else - signal(SIGCLD,SIG_IGN); - #endif -- cgit v1.2.3