patch-2.1.30 linux/scripts/mkdep.c
Next file: linux/CREDITS
Previous file: linux/net/x25/x25_timer.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Mar 24 16:41:58 1997
- Orig file:
v2.1.29/linux/scripts/mkdep.c
- Orig date:
Sun Jan 26 02:07:52 1997
diff -u --recursive --new-file v2.1.29/linux/scripts/mkdep.c linux/scripts/mkdep.c
@@ -244,7 +244,8 @@
struct stat st;
if (fd < 0) {
- perror("mkdep: open");
+ if (errno != ENOENT)
+ perror(filename);
return;
}
fstat(fd, &st);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov