diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-08-06 21:36:52 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-08-06 21:36:52 +0000 |
commit | 75f585534619a4e243a39f1e0ab7194a0cab775f (patch) | |
tree | b7aff3f968b9968e64ef91e206ce69ef0dc03278 /loader2/hdinstall.c | |
parent | ab27fe9a1a7377b52736f2e8116082d67029b33d (diff) | |
download | anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.tar.gz anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.tar.xz anaconda-75f585534619a4e243a39f1e0ab7194a0cab775f.zip |
Same change you just saw on rhel5-branch ported to the HEAD branch.
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r-- | loader2/hdinstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c index 5754a4c07..042791ab9 100644 --- a/loader2/hdinstall.c +++ b/loader2/hdinstall.c @@ -43,7 +43,7 @@ #include "../isys/eddsupport.h" /* boot flags */ -extern int flags; +extern uint64_t flags; /* pull in second stage image for hard drive install */ static int loadHDImages(char * prefix, char * dir, |