Forgotten source file for rev 1292

This commit is contained in:
Thomas Schmitt 2007-11-08 14:49:16 +00:00
parent 0b6880e13d
commit d883c32713
2 changed files with 4 additions and 1 deletions

View File

@ -71,6 +71,9 @@ struct XorrisO { /* the global context of xorriso */
uid_t global_uid;
int do_global_gid;
gid_t global_gid;
int do_global_mode;
mode_t global_dir_mode;
mode_t global_file_mode;
int do_overwrite; /* 0=off, 1=on, 2=nondir */
int do_reassure; /* 0=off, 1=on, 2=tree */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.11.08.144451"
#define Xorriso_timestamP "2007.11.08.145016"