File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ static char copyright[] =
3939 * Local static definitions
4040 */
4141
42- static struct mounts * Lmi = (struct mounts * )NULL ; /* local mount info */
43- static int Lmist = 0 ; /* Lmi status */
44-
4542/*
4643 * readmnt() - read mount table
4744 */
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ typedef int time_t;
4444 * Local static definitions
4545 */
4646
47- static struct mounts * Lmi = (struct mounts * )NULL ; /* local mount info */
48-
4947/*
5048 * completevfs() - complete local vfs structure
5149 */
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ static char copyright[] =
3939 * Local static definitions
4040 */
4141
42- static struct mounts * Lmi = (struct mounts * )NULL ; /* local mount info */
43- static int Lmist = 0 ; /* Lmi status */
44-
4542/*
4643 * readmnt() - read mount table
4744 */
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ static char copyright[] =
3939 * Local static definitions
4040 */
4141
42- static struct mounts * Lmi = (struct mounts * )NULL ; /* local mount info */
43- static int Lmist = 0 ; /* Lmi status */
44-
4542/*
4643 * readmnt() - read mount table
4744 */
Original file line number Diff line number Diff line change 6565 * Local static definitions
6666 */
6767
68- static struct mounts * Lmi = (struct mounts * )NULL ; /* local mount info */
69- static int Lmist = 0 ; /* Lmi status */
70-
7168/*
7269 * readmnt() - read mount table
7370 */
You can’t perform that action at this time.
0 commit comments