diff options
Diffstat (limited to 'sys/boot/common/interp.c')
-rw-r--r-- | sys/boot/common/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index d24ed6e3182a6..71083d24cff7b 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: interp.c,v 1.5 1998/10/07 02:38:26 msmith Exp $ + * $Id: interp.c,v 1.6 1998/10/09 07:09:22 msmith Exp $ */ /* * Simple commandline interpreter, toplevel and misc. |