~ubuntu-branches/ubuntu/maverick/directfb/maverick

« back to all changes in this revision

Viewing changes to debian/patches/40_page_size.patch

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-19 12:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080619120748-i1ezulfkowo0aaul
Tags: 1.0.1-9ubuntu1
* Merge with Debian; remaining changes:
  - Install the upstream changelog in the -dev package.
  - Remove (build-)dependency on libmpeg3-dev.
  - Build-depend on libsysfs-dev on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Status: sent-upstream
2
2
 
3
 
Index: b/lib/direct/system.c
4
 
===================================================================
5
 
--- a/lib/direct/system.c       2007-08-07 22:43:00.000000000 +0300
6
 
+++ b/lib/direct/system.c       2007-12-07 10:21:00.000000000 +0200
 
3
--- a/lib/direct/system.c
 
4
+++ b/lib/direct/system.c
7
5
@@ -34,13 +34,6 @@
8
6
 #include <direct/build.h>
9
7
 #include <direct/system.h>
18
16
 #if DIRECT_BUILD_GETTID && defined(HAVE_LINUX_UNISTD_H)
19
17
 #include <linux/unistd.h>
20
18
 #endif
21
 
@@ -62,6 +55,6 @@ direct_gettid()
 
19
@@ -62,6 +55,6 @@
22
20
 long
23
21
 direct_pagesize()
24
22
 {