Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/19/2001 03:28:51
Module Name: basesrc
Committed By: enami
Date: Fri Jan 19 01:28:51 UTC 2001
Modified Files:
basesrc/usr.sbin/tcpdump: parsenfsfh.c
Log Message:
Parse nfs file handle better on NetBSD. On little endian machine,
it was completely broken. On big endian machine, it was detected as SUNOS4
and thus 32bit dev_t isn't handled properly.
XXX: The auto detect code should be integrated more cleverly if possible.
XXX: In addition, it is better if there is a way to specify server os type.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/tcpdump/parsenfsfh.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.