Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/file/magdir Recognize big endian ld.so.hints file
details: https://anonhg.NetBSD.org/src/rev/7a215dce0e46
branches: trunk
changeset: 508549:7a215dce0e46
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Apr 13 08:19:48 2001 +0000
description:
Recognize big endian ld.so.hints file
from Christos
diffstat:
usr.bin/file/magdir/freebsd | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r ff07ace7c797 -r 7a215dce0e46 usr.bin/file/magdir/freebsd
--- a/usr.bin/file/magdir/freebsd Fri Apr 13 08:11:44 2001 +0000
+++ b/usr.bin/file/magdir/freebsd Fri Apr 13 08:19:48 2001 +0000
@@ -126,5 +126,9 @@
# /var/run/ld.so.hints
# What are you laughing about?
-0 lelong 011421044151 ld.so hints file
->4 lelong >0 (version %d)
+0 lelong 011421044151 ld.so hints file (Little Endian
+>4 lelong >0 \b, version %d)
+>4 belong <=0 \b)
+0 belong 011421044151 ld.so hints file (Big Endian
+>4 belong >0 \b, version %d)
+>4 belong <=0 \b)
Home |
Main Index |
Thread Index |
Old Index