/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to plugins.d/splashy.c

* plugins.d/splashy.c (main): Bug fix: Only use ELIBBAD if defined.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
      case ENOTDIR:
315
315
      case ELOOP:
316
316
      case EISDIR:
317
 
      case ELIBBAD:
 
317
#ifdef ELIBBAD
 
318
      case ELIBBAD:             /* Linux only */
 
319
#endif
318
320
      case EPERM:
319
321
        _exit(EX_OSFILE);
320
322
      }