[csw-devel] SF.net SVN: gar:[7427] csw/mgar/pkg/liboil/trunk/files/0001-Use-inttypes.h. patch

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 25 07:52:08 CET 2009


Revision: 7427
          http://gar.svn.sourceforge.net/gar/?rev=7427&view=rev
Author:   dmichelsen
Date:     2009-11-25 06:52:01 +0000 (Wed, 25 Nov 2009)

Log Message:
-----------
liboil: Add patch

Added Paths:
-----------
    csw/mgar/pkg/liboil/trunk/files/0001-Use-inttypes.h.patch

Added: csw/mgar/pkg/liboil/trunk/files/0001-Use-inttypes.h.patch
===================================================================
--- csw/mgar/pkg/liboil/trunk/files/0001-Use-inttypes.h.patch	                        (rev 0)
+++ csw/mgar/pkg/liboil/trunk/files/0001-Use-inttypes.h.patch	2009-11-25 06:52:01 UTC (rev 7427)
@@ -0,0 +1,25 @@
+From 85ebb1b1bf68211fd4ad8f0156aa146c6ab27ee7 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 24 Nov 2009 23:39:42 +0100
+Subject: [PATCH] Use inttypes.h
+
+---
+ examples/jpeg/jpeg.h |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/examples/jpeg/jpeg.h b/examples/jpeg/jpeg.h
+index 49eaf6a..a03b38c 100644
+--- a/examples/jpeg/jpeg.h
++++ b/examples/jpeg/jpeg.h
+@@ -2,7 +2,7 @@
+ #ifndef _JPEG_DECODER_H_
+ #define _JPEG_DECODER_H_
+ 
+-#include <stdint.h>
++#include <inttypes.h>
+ 
+ #define JPEG_MARKER_STUFFED		0x00
+ #define JPEG_MARKER_TEM			0x01
+-- 
+1.6.5.1
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list