mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Merged from sys/dev/syscons/syscons.c revision 1.388.
This commit is contained in:
parent
5fd65482e0
commit
35cf62d2a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102264
@ -869,7 +869,7 @@ scioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td)
|
||||
hstp = scp->history->vtb_buffer + sc_vtb_tail(scp->history) *
|
||||
sizeof(u_int16_t) + ptr->x * sizeof(u_int16_t);
|
||||
else
|
||||
hstp = NULL;
|
||||
hstp = 0;
|
||||
|
||||
retval = 0;
|
||||
for (lnum = 0; lnum < (ptr->y + ptr->ysize); lnum++) {
|
||||
|
Loading…
Reference in New Issue
Block a user