summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-31 22:02:34 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-31 22:02:34 +0000
commit05f5fd791393468decc0569988e27d0a30339de3 (patch)
tree25f481f56ac32d9e77ccf6a95acfb4789f386583 /TODO
parent2d3961141125ab943c39c5edf3d067dff3bb8b54 (diff)
downloadquilt-05f5fd791393468decc0569988e27d0a30339de3.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/TODO b/TODO
index eccb7ce..6030675 100644
--- a/TODO
+++ b/TODO
@@ -107,5 +107,19 @@ apatch:
touched_by_patch:
- - Implement more of patch's filename heuristic?
+ - Implement more of patch's filename heuristic: The following
+ file is not recognized, for example...
+
+ *** linux/drivers/parport/parport_cs.c.orig Sun Jun 23 09:20:21 2002
+ --- linux/drivers/parport/parport_cs.c Sun Jun 23 09:21:02 2002
+ ***************
+ *** 48,53 ****
+ --- 48,54 ----
+
+ #include <linux/parport.h>
+ #include <linux/parport_pc.h>
+ + #include <linux/major.h>
+
+ #include <pcmcia/version.h>
+ #include <pcmcia/cs_types.h>