/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 18:21:13 UTC
  • mfrom: (456 mandos)
  • mto: (237.4.29 release)
  • mto: This revision was merged to the branch mainline in revision 457.
  • Revision ID: teddy@fukt.bsnet.se-20101007182113-a9n1q0dklh6q1x94
MergeĀ fromĀ trunk.

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
      }