Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/stand/pbsdboot Add `\My Documents\' to the ...



details:   https://anonhg.NetBSD.org/src/rev/018841077ab0
branches:  trunk
changeset: 482908:018841077ab0
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Feb 25 03:38:59 2000 +0000

description:
Add `\My Documents\' to the menu of kernel locations.

diffstat:

 sys/arch/hpcmips/stand/pbsdboot/main.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f076b045204f -r 018841077ab0 sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Fri Feb 25 02:52:11 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Fri Feb 25 03:38:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.28 2000/02/14 07:22:19 jun Exp $    */
+/*     $NetBSD: main.c,v 1.29 2000/02/25 03:38:59 mycroft Exp $        */
 
 /*-
  * Copyright (c) 1999 Shin Takemura.
@@ -236,6 +236,7 @@
        TEXT("/"),
        TEXT("2:/"),
        TEXT("\\"),
+       TEXT("\\My Documents\\"),
        TEXT("\\Storage Card\\"),
        TEXT("\\Storage Card2\\"),
 #ifdef UNDER_CE



Home | Main Index | Thread Index | Old Index