~ubuntu-branches/ubuntu/quantal/xdm/quantal

« back to all changes in this revision

Viewing changes to dm.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-10 16:17:22 UTC
  • mto: (7.1.1 gutsy) (9.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051210161722-sj2ihp6lh0q8ve08
Tags: upstream-0.99.4
ImportĀ upstreamĀ versionĀ 0.99.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
#include <sys/wait.h>
81
81
#else
82
82
#define _POSIX_SOURCE
83
 
#ifdef SCO325
 
83
#ifdef __SCO__
84
84
#include <sys/procset.h>
85
85
#include <sys/siginfo.h>
86
86
#endif