Skip to content

Commit

Permalink
Corrected APA build options.
Browse files Browse the repository at this point in the history
  • Loading branch information
sp193 committed Sep 24, 2016
1 parent 3b8773d commit e6a5d1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions iop/hdd/apa/src/apa-opt.h
Expand Up @@ -12,11 +12,12 @@
the private_5 field of the stat structure (returned by getstat and dread). */
//#define APA_OSD_VER 1

#ifndef APA_OSD_VER
#define APA_ENABLE_PASSWORDS 1
#ifdef APA_OSD_VER
#define APA_STAT_RETURN_PART_LBA 1
#define APA_FORMAT_LOCK_MBR 1
#else
#define APA_ENABLE_PASSWORDS 1
#define APA_FORMAT_MAKE_PARTITIONS 1
#define APA_STAT_RETURN_PART_LBA 1
#endif

#endif

0 comments on commit e6a5d1f

Please sign in to comment.