wok-current view cdrdao/stuff/cdrdao-1.2.3-stat.patch @ rev 14793
Normalize ownership and permissions: caps, catfish, cdparanoia-III-dev, cgames, chemtool.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 08 17:53:48 2013 +0300 (2013-07-08) |
parents | |
children |
line source
1 diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc
2 --- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100
3 +++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100
4 @@ -19,6 +19,9 @@
6 #include <config.h>
8 +#include <sys/types.h>
9 +#include <sys/stat.h>
10 +
11 #include <stdio.h>
12 #include <fcntl.h>
13 #include <unistd.h>