diff options
author | Clement Laforet <clement@FreeBSD.org> | 2007-12-11 21:03:06 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2007-12-11 21:03:06 +0000 |
commit | 6079501615f3c05153376cf87177a4db3c5b5f87 (patch) | |
tree | 62ee4389996043d1b0f48b5a836ffbdcf2ae21b0 /www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c | |
parent | Oops, previous patch was committed from a wrong tree. Here is (diff) |
- As scheduled, retire apache 2.1.x
Its support in bsd.apache.mk will be kept few monthes more
Notes
Notes:
svn path=/head/; revision=203015
Diffstat (limited to 'www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c')
-rw-r--r-- | www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c b/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c deleted file mode 100644 index 13c663af7bd4..000000000000 --- a/www/apache21/files/patch-srclib:apr:threadproc:unix:procsup.c +++ /dev/null @@ -1,18 +0,0 @@ ---- srclib/apr/threadproc/unix/procsup.c.orig Mon Apr 8 22:08:18 2002 -+++ srclib/apr/threadproc/unix/procsup.c Sun Jul 21 08:45:44 2002 -@@ -59,6 +59,7 @@ - int x; - - chdir("/"); -+#ifndef FREEBSD_THREAD_HACK - #if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS) - /* Don't detach for MPE because child processes can't survive the death of - * the parent. */ -@@ -89,6 +90,7 @@ - if (setpgid(0, 0) == -1) { - return errno; - } -+#endif - #endif - - /* close out the standard file descriptors */ |