/mandos/trunk

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

« back to all changes in this revision

Viewing changes to plugins.d/splashy.c

  • Committer: Teddy Hogeborn
  • Date: 2010-10-07 17:46:56 UTC
  • Revision ID: teddy@fukt.bsnet.se-20101007174656-ccdj5pus5brgikhy
* 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
      }