*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1200 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1253,7 +1253,7 @@ startslave(char *host, int autologin, char *autoname)
|
||||
* before doing anything important.
|
||||
*/
|
||||
int pid = i;
|
||||
void sigjob P((int));
|
||||
void sigjob (int);
|
||||
|
||||
setpgrp();
|
||||
utmp_sig_reset(); /* reset handler to default */
|
||||
@@ -1951,7 +1951,7 @@ cleantmp(wtp)
|
||||
struct utmp *utp;
|
||||
static int first = 1;
|
||||
int mask, omask, ret;
|
||||
extern struct utmp *getutid P((const struct utmp *_Id));
|
||||
extern struct utmp *getutid (const struct utmp *_Id);
|
||||
|
||||
|
||||
mask = sigmask(WJSIGNAL);
|
||||
|
Reference in New Issue
Block a user