~ubuntu-branches/ubuntu/hardy/pcmanfm/hardy-backports

« back to all changes in this revision

Viewing changes to debian/patches/01_implicit-pointer-conversion.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): J?r?me Guelfucci
  • Date: 2008-07-01 00:40:37 UTC
  • mfrom: (5.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701004037-q6pfacskp0xnk10k
Tags: 0.4.3-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01_implicit-pointer-conversion.dpatch by  <andrew@linux.org.tw>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad pcmanfm-0.3.2.1~/src/vfs/vfs-file-monitor.c pcmanfm-0.3.2.1/src/vfs/vfs-file-monitor.c
9
 
--- pcmanfm-0.3.2.1~/src/vfs/vfs-file-monitor.c 2006-10-14 23:53:54.000000000 +0800
10
 
+++ pcmanfm-0.3.2.1/src/vfs/vfs-file-monitor.c  2006-10-18 16:20:51.000000000 +0800
11
 
@@ -20,6 +20,7 @@
12
 
 #endif
13
 
 
14
 
 #include "vfs-file-monitor.h"
15
 
+#include "vfs-file-info.h"
16
 
 #include <sys/types.h>  /* for stat */
17
 
 #include <sys/stat.h>
18
 
 #include <errno.h>