diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-08 16:03:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-08 16:03:52 +0000 |
commit | 0583db668d4baa1db49a21586834fa621ece154b (patch) | |
tree | 79c00eb94ed65ff32adfbb6129b3a5e2b60851ee /cad/jspice3/files/patch-src_bin_spiced.c | |
parent | Update to 1.7. (diff) |
Update to 2.5.110615.
PR: 205891
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'cad/jspice3/files/patch-src_bin_spiced.c')
-rw-r--r-- | cad/jspice3/files/patch-src_bin_spiced.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cad/jspice3/files/patch-src_bin_spiced.c b/cad/jspice3/files/patch-src_bin_spiced.c index 4b9eb6a5e261..7e391a1415b5 100644 --- a/cad/jspice3/files/patch-src_bin_spiced.c +++ b/cad/jspice3/files/patch-src_bin_spiced.c @@ -1,4 +1,4 @@ ---- src/bin/spiced.c.orig 2001-05-01 21:56:08.000000000 +0000 +--- src/bin/spiced.c.orig 2015-11-05 17:58:45 UTC +++ src/bin/spiced.c @@ -16,12 +16,11 @@ Author: 1985 Wayne A. Christopher, U. C. @@ -16,12 +16,3 @@ #include <sys/types.h> #ifdef HAVE_SOCKET -@@ -293,7 +292,7 @@ sigchild() - (void) fclose(fp); - } else - nrunning--; -- return; -+ return 0; - } - - #else /* not HAVE_SOCKET */ |