|   |
  |
Fri Sep 12 23:23:02 2003 |
raeburn - Ticket created
|
|
|
| |
  |
Subject: daemon.c doesn't build on tru64 unix
After the fix to 1791 re-enabled the building of the function 'daemon',
the builds on tru64 unix started failing because it won't compile
there. (Previously, the nightly tests weren't running on the trunk for
alpha-osf; presumably the builds would have failed because 'daemon'
wasn't defined.) The compiler complains about the usage of setpgrp with
no arguments when two are required.
|
Download (untitled) 386b
|
|   |
  |
Fri Sep 12 23:23:32 2003 |
raeburn - Ticket 1847 RefersTo ticket 1791.
|
|
|
|   |
  |
Fri Sep 12 23:33:22 2003 |
raeburn - Status changed from new to resolved
|
|
|
|   |
  |
Fri Sep 12 23:33:22 2003 |
raeburn - Correspondence added
|
|
|
| |
  |
From: raeburn@mit.edu
Subject: CVS Commit
Alpha OSF build fails because daemon() tries to call setpgrp because
it doesn't know setsid is available. It's using autoconf.h, but no
longer using the defines set in lib/krb5/posix/Makefile.
* configure.in: Check for setsid() and <paths.h>.
To generate a diff of this commit:
cvs diff -r1.390 -r1.391 krb5/src/include/ChangeLog
cvs diff -r1.35 -r1.36 krb5/src/include/configure.in
|
Download (untitled) 392b
|
|   |
  |
Fri Sep 12 23:38:03 2003 |
raeburn - Component krb5-build added
|
|
|
|   |
  |
Mon Nov 15 22:21:59 2004 |
tlyu - Version_Fixed 1.4 added
|
|
|