summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-26 23:22:23 +0000
committerErik Troan <ewt@redhat.com>2000-04-26 23:22:23 +0000
commitce8350187cf960b73fe8ed41aaf1f861f6d6ec48 (patch)
tree8533056e314505536f2d6089aee1f6574fe65d67
parent141492f266a302bf38b520e6b04556840e91e619 (diff)
downloadanaconda-ce8350187cf960b73fe8ed41aaf1f861f6d6ec48.tar.gz
anaconda-ce8350187cf960b73fe8ed41aaf1f861f6d6ec48.tar.xz
anaconda-ce8350187cf960b73fe8ed41aaf1f861f6d6ec48.zip
renamed path to locationID
-rw-r--r--isys/isys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 065308642..5ef87a627 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -21,7 +21,7 @@ struct moduleInfo {
int numArgs;
struct moduleArg * args;
int flags;
- char * path;
+ char * locationID;
};
struct moduleInfoSet_s {