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

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-10 16:17:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210161722-uf9qjm9mq9dxaj8z
Tags: 1:0.99.4-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
        setsid();
246
246
#else
247
247
#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__)
248
 
#if !(defined(SVR4) && defined(i386)) || defined(SCO325)
 
248
#if !(defined(SVR4) && defined(i386))
249
249
        setpgrp ();
250
250
#endif
251
251
#else