diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-03 21:07:14 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-03 21:07:14 +0000 |
commit | eb80b0ddff5160ab586890d6cf82c0eb6679c8b9 (patch) | |
tree | fcc16e41002e1a378aa318ca4d5e88fa26be948c /devel/allegro-devel/files/patch-src__i386__istretch.c | |
parent | - Update to version 2.41a. (diff) |
- Update to version 4.3.1.
Notes
Notes:
svn path=/head/; revision=191497
Diffstat (limited to 'devel/allegro-devel/files/patch-src__i386__istretch.c')
-rw-r--r-- | devel/allegro-devel/files/patch-src__i386__istretch.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/allegro-devel/files/patch-src__i386__istretch.c b/devel/allegro-devel/files/patch-src__i386__istretch.c index 61b631411f34..2a90bf10b0ea 100644 --- a/devel/allegro-devel/files/patch-src__i386__istretch.c +++ b/devel/allegro-devel/files/patch-src__i386__istretch.c @@ -1,13 +1,11 @@ ---- src/i386/istretch.c.orig Mon Jul 24 09:10:50 2006 -+++ src/i386/istretch.c Wed Aug 9 19:03:27 2006 -@@ -33,9 +33,8 @@ +--- ./src/i386/istretch.c.orig Sat Apr 21 00:54:32 2007 ++++ ./src/i386/istretch.c Thu May 3 16:04:38 2007 +@@ -37,7 +37,7 @@ #ifdef HAVE_MPROTECT - #include <sys/types.h> + #include <sys/param.h> #include <sys/mman.h> -- #include <sys/user.h> #endif /* ifdef HAVE_MPROTECT */ - |