Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/elf2aout
Module Name: src
Committed By: kre
Date: Mon Oct 28 13:06:34 UTC 2024
Modified Files:
src/usr.bin/elf2aout: elf2aout.c
Log Message:
Include <arpa/inet.h> for htonl() (From Jan-Benedict Glaw)
Probably this should be using htobe32() instead of htonl()
(and so <endian.h> rather than <arpa/inet.h>) as there is
no sign of any network anywhere near here. But that's for
another day, and to be done by someone who can test it.
XXX pullup -10
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/elf2aout/elf2aout.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index