* krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 14:49:37 +0000 (14:49 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 14:49:37 +0000 (14:49 +0000)
commit587c9e92286e24ec0bb8642f8c3955e622be18f9
treebd610a888676c303187ce2e2a33461edffee04ce
parentc1e1f2861e6c639b86665ac98867d6784e99c477
* krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for
initgroups(), pty_logwtmp()/pty_make_sane_hostname(), and wait()
prototypes. For local initgroups definition, conditionalize on
HAVE_INITGROUPS and not __SCO__.

* krcp.c: Include <sys/wait.h> for wait()/waitpid() prototype.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13321 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/krcp.c
src/appl/bsd/krshd.c