summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-11-13 21:25:42 +0000
committerErik Troan <ewt@redhat.com>2001-11-13 21:25:42 +0000
commitede68f19ac7b11da4bc2be61f82786cf80f4360d (patch)
tree4a98c5a9bd2dbbf1409bc907717e11639d9833e4 /loader
parent0bba92fc0070eb0e1096f29d84c4d33ad95b2fa3 (diff)
downloadanaconda-ede68f19ac7b11da4bc2be61f82786cf80f4360d.tar.gz
anaconda-ede68f19ac7b11da4bc2be61f82786cf80f4360d.tar.xz
anaconda-ede68f19ac7b11da4bc2be61f82786cf80f4360d.zip
first revisions for dietlibc
Diffstat (limited to 'loader')
-rw-r--r--loader/kon2/include/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/kon2/include/types.h b/loader/kon2/include/types.h
new file mode 100644
index 000000000..69bc800d1
--- /dev/null
+++ b/loader/kon2/include/types.h
@@ -0,0 +1,3 @@
+typedef unsigned short u_short;
+typedef unsigned char u_char;
+typedef unsigned int u_int;