*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1200 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-27 02:06:00 +00:00
parent 5f0d552944
commit aeaef3368f

View File

@@ -1253,7 +1253,7 @@ startslave(char *host, int autologin, char *autoname)
* before doing anything important. * before doing anything important.
*/ */
int pid = i; int pid = i;
void sigjob P((int)); void sigjob (int);
setpgrp(); setpgrp();
utmp_sig_reset(); /* reset handler to default */ utmp_sig_reset(); /* reset handler to default */
@@ -1951,7 +1951,7 @@ cleantmp(wtp)
struct utmp *utp; struct utmp *utp;
static int first = 1; static int first = 1;
int mask, omask, ret; int mask, omask, ret;
extern struct utmp *getutid P((const struct utmp *_Id)); extern struct utmp *getutid (const struct utmp *_Id);
mask = sigmask(WJSIGNAL); mask = sigmask(WJSIGNAL);