diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-13 20:59:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-13 20:59:18 +0000 |
commit | 9320b48654ccd94cb8deb823ebbbbb2791bddffa (patch) | |
tree | 69fdb332fba4009479cd6c286119e07d22593fd4 /usr.bin | |
parent | 1bac68a35689169cb9ee0b03c83a3265651c0bfc (diff) |
lif is BIG_ENDIAN
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/file/magdir/hp | 2 | ||||
-rw-r--r-- | usr.bin/file/magdir/lif | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magdir/hp b/usr.bin/file/magdir/hp index e1efdbde82e..933f3dab38a 100644 --- a/usr.bin/file/magdir/hp +++ b/usr.bin/file/magdir/hp @@ -172,7 +172,7 @@ 0 string IMGfile CIS compimg HP Bitmapfile # XXX - see "lif" -#0 short 0x8000 lif file +#0 beshort 0x8000 lif file 0 long 0x020c010c compiled Lisp 0 string msgcat01 HP NLS message catalog, diff --git a/usr.bin/file/magdir/lif b/usr.bin/file/magdir/lif index f6d7901809b..7b430a4c553 100644 --- a/usr.bin/file/magdir/lif +++ b/usr.bin/file/magdir/lif @@ -4,4 +4,4 @@ # # XXX - byte order? (Probably beshort, Daniel Quinlan <quinlan@yggdrasil.com>) # -0 short 0x8000 lif file +0 beshort 0x8000 lif file |