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-src-nv3.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-src-nv3.c')
-rw-r--r-- | graphics/svgalib/files/patch-src-nv3.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-src-nv3.c b/graphics/svgalib/files/patch-src-nv3.c new file mode 100644 index 000000000000..40fbf1042a1a --- /dev/null +++ b/graphics/svgalib/files/patch-src-nv3.c @@ -0,0 +1,11 @@ +diff -druN svgalib-1.4.2.orig/src/nv3.c src/nv3.c +--- svgalib-1.4.2.orig/src/nv3.c Fri Aug 25 04:39:39 2000 ++++ src/nv3.c Fri Aug 25 04:39:57 2000 +@@ -17,6 +17,7 @@ + #include <stdlib.h> + #include <stdio.h> /* for printf */ + #include <string.h> /* for memset */ ++#include <sys/types.h> + #include <sys/mman.h> + #include <fcntl.h> + #include <math.h> |