~ubuntu-branches/ubuntu/precise/dosfstools/precise

« back to all changes in this revision

Viewing changes to src/dosfsck.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-01-31 08:34:41 UTC
  • mfrom: (1.1.9 upstream) (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100131083441-m4graoacvqhgbgcz
Tags: 3.0.9-1
* Updating to standards 3.8.4.
* Merging upstream version 3.0.9:
  - fixes regression with aligning (Closes: #567337).

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
#define offsetof(t,e)   ((int)&(((t *)0)->e))
190
190
#endif
191
191
 
192
 
extern int interactive,list,verbose,test,write_immed;
 
192
extern int interactive,rw,list,verbose,test,write_immed;
193
193
extern int atari_format;
194
194
extern unsigned n_files;
195
195
extern void *mem_queue;
211
211
#define FAT_NO_83NAME 32
212
212
 
213
213
#endif
214
 
 
215
 
/* Local Variables: */
216
 
/* tab-width: 8     */
217
 
/* End:             */