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:
parent
170bc29131
commit
0915d9d070
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337580
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user