"pccardc dumpcis" does not need write permission of /dev/card?.

This commit is contained in:
hosokawa 1998-02-27 07:27:27 +00:00
parent e3c9e3f7a5
commit 43502abbcd

View File

@ -54,7 +54,7 @@ rdattr_main(argc, argv)
exit(1);
}
sprintf(name, CARD_DEVICE, atoi(argv[1]));
fd = open(name, 2);
fd = open(name, O_RDONLY);
if (fd < 0) {
perror(name);
exit(1);