<syslinux/bootrm.h>: fix order of SS and DS
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 06:42:47 +0000 (23:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 06:42:47 +0000 (23:42 -0700)
commit1a418314f26517bd59aed92742e3e556d645d938
tree050352d123df2cee66582e7a021c10a4ea1aa04c
parent34ffe9a0423644b7635683e462cab573f97ff255
<syslinux/bootrm.h>: fix order of SS and DS

SS is segment 2, DS is segment 3; this header had them backwards.
Fortunately not too many things relied on having DS != SS.
com32/include/syslinux/bootrm.h