]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
No builtin command resets getopt before using it, causing
authormsmith <msmith@FreeBSD.org>
Mon, 11 Jan 1999 06:41:32 +0000 (06:41 +0000)
committermsmith <msmith@FreeBSD.org>
Mon, 11 Jan 1999 06:41:32 +0000 (06:41 +0000)
commitd141889dddbf47c0830a1864cd283ada0754c6e8
tree80abade00f02b7ec6de90f25817c052679c93375
parent192ad366a1277ebc36c037b0a2b9b7bb1ea780c0
No builtin command resets getopt before using it, causing
problems in case a wrong option was given previously, and no option
is given to the next command.

PR: kern/9371
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
sys/boot/common/commands.c
sys/boot/common/ls.c
sys/boot/common/module.c
sys/boot/common/pnp.c