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-linearfork.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-linearfork.c')
-rw-r--r-- | graphics/svgalib/files/patch-demos-linearfork.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-demos-linearfork.c b/graphics/svgalib/files/patch-demos-linearfork.c new file mode 100644 index 000000000000..99862b4af4af --- /dev/null +++ b/graphics/svgalib/files/patch-demos-linearfork.c @@ -0,0 +1,11 @@ +--- demos/linearfork.c.orig Fri Aug 25 06:14:48 2000 ++++ demos/linearfork.c Fri Aug 25 06:15:00 2000 +@@ -18,7 +18,7 @@ + SIGTRAP, SIGIOT, SIGBUS, SIGFPE, + SIGSEGV, SIGPIPE, SIGALRM, SIGTERM, + SIGXCPU, SIGXFSZ, SIGVTALRM, +- SIGPROF, SIGPWR}; ++ SIGPROF, SIGUSR1}; + + + static int newcolor(void) |