Small lint-like errors. Solaris now works again with new read/lseek

functions.
This commit is contained in:
rocky
2003-03-29 21:13:55 +00:00
parent 4b1e1307ea
commit 60e9f15876
4 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: _cdio_generic.c,v 1.1 2003/03/29 17:32:00 rocky Exp $
$Id: _cdio_generic.c,v 1.2 2003/03/29 21:13:55 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com>
@@ -27,7 +27,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: _cdio_generic.c,v 1.1 2003/03/29 17:32:00 rocky Exp $";
static const char _rcsid[] = "$Id: _cdio_generic.c,v 1.2 2003/03/29 21:13:55 rocky Exp $";
#include "cdio_assert.h"
#include "cdio_private.h"
@@ -41,7 +41,6 @@ static const char _rcsid[] = "$Id: _cdio_generic.c,v 1.1 2003/03/29 17:32:00 roc
#include <unistd.h>
#include <fcntl.h>
#include <linux/cdrom.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/ioctl.h>