diff options
| author | 2005-02-09 12:13:09 +0000 | |
|---|---|---|
| committer | 2005-02-09 12:13:09 +0000 | |
| commit | f77baffda39036968a63b48323ccf6d0338c64ad (patch) | |
| tree | ebafd053384e646eb827b79582e476bac7c8c851 /usr.sbin/httpd/src/modules/ssl/ssl_util.c | |
| parent | missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> (diff) | |
| download | wireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.tar.xz wireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.zip | |
cleanup and unifdef'ing, no change in object files
work by Daniel Ouellet <daniel@presscom.net>
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/ssl_util.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_util.c b/usr.sbin/httpd/src/modules/ssl/ssl_util.c index 30cdedf70b0..7a87dfe38bb 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_util.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_util.c @@ -176,9 +176,7 @@ int ssl_util_ppopen_child(void *cmd, child_info *pinfo) * Prepare for exec */ ap_cleanup_for_exec(); -#ifdef SIGHUP signal(SIGHUP, SIG_IGN); -#endif /* * Exec() the child program |
