1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Revive files/patch-src:input:input_dvd.c.

I have removed this file in previous commit mistakenly.
This commit is contained in:
MANTANI Nobutaka 2002-08-05 17:06:24 +00:00
parent f22cb0696d
commit 261c82412a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64056
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/input/input_dvd.c.orig Tue Aug 6 00:20:59 2002
+++ src/input/input_dvd.c Tue Aug 6 00:21:20 2002
@@ -1133,7 +1133,7 @@
config_values_t *config;
int i, fd;
- if (iface != 7) {
+ if (iface != 8) {
printf ("input_d4d: input plugin doesn't support plugin API version %d.\n",
iface);
return NULL;

View File

@ -0,0 +1,11 @@
--- src/input/input_dvd.c.orig Tue Aug 6 00:20:59 2002
+++ src/input/input_dvd.c Tue Aug 6 00:21:20 2002
@@ -1133,7 +1133,7 @@
config_values_t *config;
int i, fd;
- if (iface != 7) {
+ if (iface != 8) {
printf ("input_d4d: input plugin doesn't support plugin API version %d.\n",
iface);
return NULL;