Date: Thu, 8 Apr 2004 11:41:06 -0700 (PDT) From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 50665 for review Message-ID: <200404081841.i38If61g048996@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50665 Change 50665 by areisse@areisse_g4 on 2004/04/08 11:40:42 remember the root directory Affected files ... .. //depot/projects/trustedbsd/sedarwin73/apsl/BootX/bootx.tproj/sl.subproj/main.c#4 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin73/apsl/BootX/bootx.tproj/sl.subproj/main.c#4 (text+ko) ==== @@ -70,6 +70,7 @@ char gBootFile[256]; static char gBootKernelCacheFile[512]; static char gExtensionsSpec[4096]; +static char gRootDir[4096]; static char gCacheNameAdler[64 + sizeof(gBootFile)]; static char *gPlatformName = gCacheNameAdler; @@ -1030,6 +1031,8 @@ } } + strcpy (gRootDir, gExtensionsSpec); + // Figure out the extensions dir. if (gBootFileType == kBlockDeviceType) { cnt = strlen(gExtensionsSpec);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404081841.i38If61g048996>