Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libdvdcss
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
libdvdcss
Commits
5262add4
Commit
5262add4
authored
Nov 13, 2002
by
Jon Lech Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/ioctl.c: cosmetic fixes.
* ./AUTHORS: updated my entry.
parent
75999adf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
AUTHORS
AUTHORS
+1
-0
src/ioctl.c
src/ioctl.c
+6
-8
No files found.
AUTHORS
View file @
5262add4
...
...
@@ -33,6 +33,7 @@ N: Jon Lech Johansen
E: jon-vl@nanocrew.net
C: jlj
D: Win32 port
D: Fixes to the Darwin port
N: Markus Kuespert
E: ltlBeBoy@beosmail.com
...
...
src/ioctl.c
View file @
5262add4
...
...
@@ -2,7 +2,7 @@
* ioctl.c: DVD ioctl replacement function
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: ioctl.c,v 1.1
6 2002/10/29 18:51:37 gbazin
Exp $
* $Id: ioctl.c,v 1.1
7 2002/11/13 22:45:05 jlj
Exp $
*
* Authors: Markus Kuespert <ltlBeBoy@beosmail.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -277,8 +277,10 @@ int ioctl_ReadCopyright( int i_fd, int i_layer, int *pi_copyright )
i_ret
=
0
;
}
else
{
*
pi_copyright
=
((
key
->
KeyFlags
&
DVD_SECTOR_PROTECT_MASK
)
==
DVD_SECTOR_PROTECTED
)
?
0
:
1
;
}
}
}
else
...
...
@@ -1584,10 +1586,6 @@ int ioctl_ReportRPC( int i_fd, int *p_type, int *p_mask, int *p_scheme )
*
p_mask
=
auth_info
.
lrpcs
.
region_mask
;
*
p_scheme
=
auth_info
.
lrpcs
.
rpc_scheme
;
#elif defined( HAVE_LINUX_DVD_STRUCT )
/* FIXME: OpenBSD doesn't know this */
i_ret
=
-
1
;
#elif defined( HAVE_BSD_DVD_STRUCT )
struct
dvd_authinfo
auth_info
;
...
...
@@ -1892,10 +1890,10 @@ static int WinSendSSC( int i_fd, struct SRB_ExecSCSICmd *p_ssc )
#if defined( __QNXNTO__ )
/*****************************************************************************
* QNXInitCPT: initialize a
ssc structure for the win32 aspi layer
* QNXInitCPT: initialize a
CPT structure for QNX Neutrino
*****************************************************************************
* This function initializes a
ssc raw device command structure for future
*
use,
either a read command or a write command.
* This function initializes a
cpt command structure for future use,
* either a read command or a write command.
*****************************************************************************/
static
void
QNXInitCPT
(
CAM_PASS_THRU
*
p_cpt
,
int
i_type
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment