1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

Merged from sys/i386/i386/userconfig.c revision 1.185.

This commit is contained in:
KATO Takenori 2000-11-29 12:31:13 +00:00
parent ef4261bf71
commit 504a7aad9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69353

View File

@ -2001,13 +2001,12 @@ static void
helpscreen(void)
{
int topline = 0; /* where we are in the text */
int line = 0; /* last line we displayed */
int c, delta = 1;
char prompt[80];
for (;;) /* loop until user quits */
{
int line = 0;
/* display help text */
if (delta)
{