Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232100 | Differences between
and this patch

Collapse All | Expand All

(-)/udftools-1.0.0b3/pktsetup/pktsetup.c (-1 / +1 lines)
Lines 85-91 Link Here
85
{
85
{
86
	int pkt_fd, dev_fd, cmd;
86
	int pkt_fd, dev_fd, cmd;
87
87
88
	if ((pkt_fd = open(pkt_device, O_RDONLY | O_CREAT)) == -1) {
88
	if ((pkt_fd = open(pkt_device, O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR)) == -1) {
89
		perror("open packet device");
89
		perror("open packet device");
90
		return;
90
		return;
91
	}
91
	}

Return to bug 232100