Skip to content
Snippets Groups Projects
Commit 6c2b7df2 authored by Moe Jette's avatar Moe Jette
Browse files

#ifdef out code that will not build on BGL.

parent d2158351
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ void get_part(void) ...@@ -73,7 +73,7 @@ void get_part(void)
j = 0; j = 0;
part = new_part_ptr->partition_array[i]; part = new_part_ptr->partition_array[i];
#ifdef HAVE_BGL_FILES #ifdef USE_BGL_FILES
error_code = rm_get_partition(part.name, &rm_part_ptr); error_code = rm_get_partition(part.name, &rm_part_ptr);
if (error_code) { if (error_code) {
info("rm_get_partition %s errno=%d", info("rm_get_partition %s errno=%d",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment