diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
commit | 2ca9383e736a79749fe3439b319c4b3864b3fce9 (patch) | |
tree | e717ec48c8116715cc0e48f3bcc0e12120b1891d /www/xitami/files/patch-ac | |
parent | Update to version 1.4.5. (diff) |
Update to version 2.4d7.
PR: 25222
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
Notes
Notes:
svn path=/head/; revision=38767
Diffstat (limited to 'www/xitami/files/patch-ac')
-rw-r--r-- | www/xitami/files/patch-ac | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/xitami/files/patch-ac b/www/xitami/files/patch-ac index 2714f4680105..cf30ef326524 100644 --- a/www/xitami/files/patch-ac +++ b/www/xitami/files/patch-ac @@ -1,15 +1,15 @@ ---- src/sfl/sflproc.c.orig Tue Sep 30 02:52:30 1997 -+++ src/sfl/sflproc.c Sun Oct 12 18:39:01 1997 -@@ -1021,8 +1021,6 @@ +--- src/sfl/.vimbk/sflproc.c.vimbk Sat Apr 1 18:11:24 2000 ++++ src/sfl/sflproc.c Tue Nov 7 11:29:34 2000 +@@ -1711,8 +1711,6 @@ file_handle; char pid_buffer [10]; - struct flock - lock_file; /* flock() argument block */ - - /* We recreate our process as a child of init. The process continues */ - /* to exit in the background. UNIX calls wait() for all children of */ -@@ -1065,17 +1063,21 @@ + #endif + int + argi = 0, /* Input arguments iterator */ +@@ -1787,17 +1785,21 @@ if (lockfile && strused (lockfile)) { @@ -37,4 +37,3 @@ + sprintf (pid_buffer, "%ld\n", (long)getpid ()); write (file_handle, pid_buffer, strlen (pid_buffer)); } - |