Changeset 3368
- Timestamp:
- 09/12/99 19:38:21 (14 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/mkpatch/mkpatch.pl
r3365 r3368 104 104 if ($file eq "drivers/char/i2c-old.c") { 105 105 open INPUT, "$kernel_root/drivers/char/i2c.c" 106 or die "Can't open `$kernel_root/drivers/char/i2c.c'";106 or next; 107 107 } else { 108 108 open INPUT, "$kernel_root/$file" 109 or die "Can't open `$kernel_root/$file'";109 or next; 110 110 } 111 111 open OUTPUT, ">$package_root/$temp"
