mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 00:00:07 +02:00
30 lines
536 B
Plaintext
30 lines
536 B
Plaintext
From afe96b6ad1652a25215f97a3931dabdb459149f5 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Fri, 25 Dec 2015 22:52:14 +0000
|
|
Subject: gcc2 patch
|
|
|
|
|
|
diff --git a/src/device.c b/src/device.c
|
|
index af735e0..1524bc7 100644
|
|
--- a/src/device.c
|
|
+++ b/src/device.c
|
|
@@ -117,6 +117,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
|
|
|
|
return 0;
|
|
#else
|
|
+{
|
|
struct stat fileinfo;
|
|
int ret;
|
|
|
|
@@ -148,6 +149,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
|
|
{
|
|
return 0;
|
|
}
|
|
+}
|
|
#endif
|
|
}
|
|
|
|
--
|
|
2.2.2
|
|
|