Restore a piece of BSD history.
PR: 169127 Submitted by: Ruben de Groot <ruben@hacktor.com> MFC after: 1 week
This commit is contained in:
parent
b9aee262e5
commit
39faed57b6
@ -93,7 +93,7 @@ static char mbuf[BUFSIZ];
|
||||
static const char *nosync, *whom;
|
||||
|
||||
static void badtime(void);
|
||||
static void perform_shutdown(void);
|
||||
static void die_you_gravy_sucking_pig_dog(void);
|
||||
static void finish(int);
|
||||
static void getoffset(char *);
|
||||
static void loop(void);
|
||||
@ -282,7 +282,7 @@ loop(void)
|
||||
if (!tp->timeleft)
|
||||
break;
|
||||
}
|
||||
perform_shutdown();
|
||||
die_you_gravy_sucking_pig_dog();
|
||||
}
|
||||
|
||||
static jmp_buf alarmbuf;
|
||||
@ -349,7 +349,7 @@ timeout(int signo __unused)
|
||||
}
|
||||
|
||||
static void
|
||||
perform_shutdown(void)
|
||||
die_you_gravy_sucking_pig_dog(void)
|
||||
{
|
||||
char *empty_environ[] = { NULL };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user