wok-stable diff cdrdao/stuff/cdrdao-1.2.3-stat.patch @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cdrdao/stuff/cdrdao-1.2.3-stat.patch	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc
     1.5 +--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat	2010-01-20 20:11:36.000000000 +0100
     1.6 ++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc	2010-01-20 20:14:07.000000000 +0100
     1.7 +@@ -19,6 +19,9 @@
     1.8 + 
     1.9 + #include <config.h>
    1.10 + 
    1.11 ++#include <sys/types.h>
    1.12 ++#include <sys/stat.h>
    1.13 ++
    1.14 + #include <stdio.h>
    1.15 + #include <fcntl.h>
    1.16 + #include <unistd.h>