1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

subr_prf: remove think-o that had returned to local patch

Reported by:	cognet
This commit is contained in:
Kyle Evans 2018-08-10 15:35:02 +00:00
parent 170bc29131
commit 0915d9d070
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337580

View File

@ -1033,10 +1033,9 @@ void
msgbufinit(void *ptr, int size)
{
char *cp;
static struct msgbuf *oldp;
static struct msgbuf *oldp = NULL;
bool print_boot_tag;
oldp = NULL;
size -= sizeof(*msgbufp);
cp = (char *)ptr;
print_boot_tag = !msgbufmapped;