| author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-28 13:20:42 (GMT) |
|---|---|---|
| committer | David Zeuthen <davidz@redhat.com> | 2007-08-28 16:20:42 (GMT) |
| commit | a55046077f803bb37121362cc506ed530b79283b (patch) | |
| tree | 79dd9d3769ee20f404d6fd07be44e8042c6a1c0c | |
| parent | b2ab695dd714f55eeaa0beafaf4ac53a95d4e446 (diff) | |
| download | hal-a55046077f803bb37121362cc506ed530b79283b.zip hal-a55046077f803bb37121362cc506ed530b79283b.tar.gz hal-a55046077f803bb37121362cc506ed530b79283b.tar.bz2 | |
add missing uint64 matching to fdi.dtd
uint64 matching is present in the code and in the spec, however
it is missing from the dtd.
| -rw-r--r-- | fdi/fdi.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd index 7adb36c..ba4fc47 100644 --- a/fdi/fdi.dtd +++ b/fdi/fdi.dtd @@ -13,6 +13,7 @@ key CDATA #REQUIRED string CDATA #IMPLIED int CDATA #IMPLIED + uint64 CDATA #IMPLIED bool (false|true) #IMPLIED exists (false|true) #IMPLIED empty (false|true) #IMPLIED |
