* Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS
authorEzra Peisach <epeisach@mit.edu>
Fri, 6 Jul 2001 00:18:48 +0000 (00:18 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 6 Jul 2001 00:18:48 +0000 (00:18 +0000)
commitd63bccc70e56809eee2a7ac0ddbc0f4616ee4282
tree06fe94352b25977faae21461b9c742e625190055
parent092c5749b8a7776bde573133976a21fc0f5c1e48
* Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS

* configure.in: Creare a new variable KRSHDLIBS which differs from
LOGINLIBS by not including libkrb524.a. Test for getenv.

* krcp.c: Prototype lostconn().

* krlogind.c: Provide prototype for signal handler cleanup. Implied
need to add extra argument to function - ensure consistant
calling.

* krsh.c: Provide prototype for signal handler sendsig.

* krshd.c: Rewrite error() to use stdargs/varargs.
(doit): When creating a tty name using getpid. Ensure that does
not overflow tty string buffer.

* login.c: Provide prototype for signal handler timedout.

* setenv.c: Do not define getenv() unless needed.

* v4rcp.c: Rewrite error() to use stdargs/varargs. Add signal
number argument to lostconn(), include prototype, and ensure
called consistantly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13567 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/Makefile.in
src/appl/bsd/configure.in
src/appl/bsd/krcp.c
src/appl/bsd/krlogind.c
src/appl/bsd/krsh.c
src/appl/bsd/krshd.c
src/appl/bsd/login.c
src/appl/bsd/setenv.c
src/appl/bsd/v4rcp.c