diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/heretic/files/patch-opengl_gl_fonts.c | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/heretic/files/patch-opengl_gl_fonts.c')
-rw-r--r-- | games/heretic/files/patch-opengl_gl_fonts.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/heretic/files/patch-opengl_gl_fonts.c b/games/heretic/files/patch-opengl_gl_fonts.c new file mode 100644 index 000000000000..26a1436394ef --- /dev/null +++ b/games/heretic/files/patch-opengl_gl_fonts.c @@ -0,0 +1,9 @@ +--- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000 ++++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000 +@@ -1,5 +1,5 @@ + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + #include <math.h> + |