NEWS: all that's gone on so far in 0.73cvs
README: Note paranoia and samba vfs module
*.{h,c}: more debugger symbols. Use _s convention more.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: iso9660.c,v 1.8 2005/02/22 09:55:47 rocky Exp $
|
||||
$Id: iso9660.c,v 1.9 2005/02/22 10:42:50 rocky Exp $
|
||||
|
||||
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
@@ -48,12 +48,13 @@ const char ISO_STANDARD_ID[] = {'C', 'D', '0', '0', '1'};
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
static const char _rcsid[] = "$Id: iso9660.c,v 1.8 2005/02/22 09:55:47 rocky Exp $";
|
||||
static const char _rcsid[] = "$Id: iso9660.c,v 1.9 2005/02/22 10:42:50 rocky Exp $";
|
||||
|
||||
/* Variables to hold debugger-helping enumerations */
|
||||
enum iso_enums1 iso_enums1;
|
||||
enum iso_flag_enums iso_flag_enums;
|
||||
enum iso_vd_enums iso_vd_enums;
|
||||
enum iso_enum1_s iso_enums1;
|
||||
enum iso_flag_enum_s iso_flag_enums;
|
||||
enum iso_vd_enum_s iso_vd_enums;
|
||||
enum iso_extension_enum_s iso_extension_enums;
|
||||
|
||||
/* some parameters... */
|
||||
#define SYSTEM_ID "CD-RTOS CD-BRIDGE"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
iso_enums1
|
||||
iso_extension_enums
|
||||
iso_flag_enums
|
||||
iso_vd_enums
|
||||
iso_rock_enums
|
||||
iso_rock_nm_flag
|
||||
iso_rock_sl_flag
|
||||
iso_rock_tf_flag
|
||||
iso9660_close
|
||||
iso9660_dir_add_entry_su
|
||||
iso9660_dir_calc_record_size
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: rock.c,v 1.10 2005/02/22 02:02:46 rocky Exp $
|
||||
$Id: rock.c,v 1.11 2005/02/22 10:42:50 rocky Exp $
|
||||
|
||||
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
|
||||
Adapted from GNU/Linux fs/isofs/rock.c (C) 1992, 1993 Eric Youngdale
|
||||
@@ -41,6 +41,10 @@
|
||||
#include <cdio/logging.h>
|
||||
#include <cdio/bytesex.h>
|
||||
|
||||
enum iso_rock_enums iso_rock_enums;
|
||||
iso_rock_nm_flag_t iso_rock_nm_flag;
|
||||
iso_rock_sl_flag_t iso_rock_sl_flag;
|
||||
iso_rock_tf_flag_t iso_rock_tf_flag;
|
||||
|
||||
/* Our own realloc routine tailored for the iso9660_stat_t symlink
|
||||
field. I can't figure out how to make realloc() work without
|
||||
|
||||
Reference in New Issue
Block a user