diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/svgalib/files/patch-demos-forktest.c | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/svgalib/files/patch-demos-forktest.c')
-rw-r--r-- | graphics/svgalib/files/patch-demos-forktest.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-demos-forktest.c b/graphics/svgalib/files/patch-demos-forktest.c new file mode 100644 index 000000000000..95555e32a776 --- /dev/null +++ b/graphics/svgalib/files/patch-demos-forktest.c @@ -0,0 +1,11 @@ +--- demos/forktest.c.orig Fri Aug 25 06:13:58 2000 ++++ demos/forktest.c Fri Aug 25 06:14:15 2000 +@@ -18,7 +18,7 @@ + SIGTRAP, SIGIOT, SIGBUS, SIGFPE, + SIGSEGV, SIGPIPE, SIGALRM, SIGTERM, + SIGXCPU, SIGXFSZ, SIGVTALRM, +- SIGPROF, SIGPWR}; ++ SIGPROF, SIGUSR1}; + + + static int newcolor(void) |