Ticket #16996: patch-wipe.c.diff

File patch-wipe.c.diff, 228 bytes (added by ranauei@…, 15 years ago)

compile error fix

  • wipe.c

    old new  
    3434#if (OS_AIX)
    3535#define NAME_MAX FILENAME_MAX
    3636#else
    37 /*#include <sys/mount.h>*/
     37#include <sys/mount.h>
    3838#endif