~ubuntu-core-dev/ubuntu/raring/upstart/raring

« back to all changes in this revision

Viewing changes to init/tests/test_log.c

  • Committer: Stéphane Graber
  • Date: 2013-03-07 18:43:01 UTC
  • mfrom: (1182.56.54 upstart)
  • Revision ID: stgraber@ubuntu.com-20130307184301-dlmb1c5bwonqagkw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <libgen.h>
27
27
#include <sys/types.h>
28
28
#include <sys/ioctl.h>
29
 
#include <sys/prctl.h>
30
29
#include <nih/test.h>
31
30
#include <nih/timer.h>
32
31
#include <nih/child.h>