mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
61d06d6bd1
Approved by: re (kib) MFC after: 1 week
8 lines
91 B
C
8 lines
91 B
C
#include <arpa/inet.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
|
|
}
|