PERFORCE change 50665 for review

Andrew Reisse areisse at FreeBSD.org
Thu Apr 8 18:41:06 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=50665

Change 50665 by areisse at 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);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list