Subject: tools failing to cross build
To: NetBSD-current Discussion List <current-users@netbsd.org>
From: matthew sporleder <msporleder@gmail.com>
List: current-users
Date: 02/01/2006 15:05:35
For some reason, my tools are failing to cross-build because:
#include <sys/bswap.h> from
/Users/msporleder/Documents/netbsd/src/sys/ufs/ufs/ufs_bswap.h

seems to be unable to find
/Users/msporleder/Documents/netbsd/src/sys/sys/bswap.h, which exists.=20
Should I modify this to #include <sys/sys/bswap.h>, #include
/absolute/path, or I would really like to figure out why this started
failing.

Thanks,
_Matt