Subject: {h,n}to{n,h}q
To: None <tech-userlevel@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-userlevel
Date: 06/18/1999 18:57:11
What do folks think of adding htonq() and ntohq() macros and functions
that operate on u_int64_t's?

My main reason for wanting doing this is to store off_t's in an
endian-independant manner in files (monop and fortune data files in
particular), and this saves reinventing the wheel each time...

Simon.