diff options
author | 1998-06-13 20:59:16 +0000 | |
---|---|---|
committer | 1998-06-13 20:59:16 +0000 | |
commit | 2fdcf23fe478c17458896b331d38cda802670ab8 (patch) | |
tree | c4b2b08b4e670beb50899b0978c70f39cf01e5b8 | |
parent | don't make /var/named/dev/log if named_flags == NO (diff) | |
download | wireguard-openbsd-2fdcf23fe478c17458896b331d38cda802670ab8.tar.xz wireguard-openbsd-2fdcf23fe478c17458896b331d38cda802670ab8.zip |
lif is BIG_ENDIAN
-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 |