Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e4aec3d8
Commit
e4aec3d8
authored
Feb 09, 2001
by
Stéphane Borel
Browse files
-Fixed a bug in #define that prevented from using ioctls
parent
6b14a375
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/dvd/dvd_css.c
View file @
e4aec3d8
...
...
@@ -2,7 +2,7 @@
* dvd_css.c: Functions for DVD authentification and unscrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_css.c,v 1.
4
2001/02/09
03:51:42
stef Exp $
* $Id: dvd_css.c,v 1.
5
2001/02/09
18:34:01
stef Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
...
...
@@ -33,7 +33,7 @@
#include
<string.h>
#include
<fcntl.h>
#include
<netinet/in.h>
#ifdef HAVE_IOCTL_H
#ifdef HAVE_
SYS_
IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_DVDIO_H
...
...
@@ -268,7 +268,7 @@ unsigned char pi_css_tab5[256]=
/*****************************************************************************
* CSSGetASF : Get Authentification success flag
*****************************************************************************/
int
CSSGetASF
(
int
i_fd
)
static
int
CSSGetASF
(
int
i_fd
)
{
dvd_authinfo
ai
;
...
...
Write
Preview
Supports
Markdown
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