diff options
author | Erik Troan <ewt@redhat.com> | 1999-04-25 21:11:14 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-04-25 21:11:14 +0000 |
commit | 352ffc99c02f93ac3788dff095ba8ac8c89f5e5a (patch) | |
tree | d2f9b623f9b1a85f662a2e4373a99c8514882138 /balkan/rw.c | |
parent | 3a44d1f8ea178f88e2e9f540de6cfdcfcbaba001 (diff) | |
download | anaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.tar.gz anaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.tar.xz anaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.zip |
*** empty log message ***
Diffstat (limited to 'balkan/rw.c')
-rw-r--r-- | balkan/rw.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/balkan/rw.c b/balkan/rw.c new file mode 100644 index 000000000..f715952e3 --- /dev/null +++ b/balkan/rw.c @@ -0,0 +1,6 @@ +#include "balkan.h" +#include "dos.h" + +int balkanReadTable(int fd, struct partitionTable * table) { + return dospReadTable(fd, table); +} |