X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/31cef89cb428866f787983e68246030321893df4..4b9ccde74dc34e450ed96bcd3d044f78cf393d8d:/usr/src/cmd/dump/dumpoptr.c diff --git a/usr/src/cmd/dump/dumpoptr.c b/usr/src/cmd/dump/dumpoptr.c index f808ce1bcf..e601aa74fd 100644 --- a/usr/src/cmd/dump/dumpoptr.c +++ b/usr/src/cmd/dump/dumpoptr.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)dumpoptr.c 1.3 (Berkeley) 10/16/80"; +static char *sccsid = "@(#)dumpoptr.c 1.4 (Berkeley) 12/17/80"; #include "dump.h" /* @@ -147,7 +147,7 @@ broadcast(message) } if (!notify || gp == 0) - return; + exit(0); clock = time(0); localclock = localtime(&clock);