Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/include/protocols
Module Name: src
Committed By: dholland
Date: Fri Jan 22 23:11:50 UTC 2016
Modified Files:
src/include/protocols: dumprestore.h routed.h rwhod.h talkd.h timed.h
Log Message:
These all need stdint.h.
Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNAMELEN as the latter would
require sys/param.h.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/include/protocols/dumprestore.h
cvs rdiff -u -r1.14 -r1.15 src/include/protocols/routed.h
cvs rdiff -u -r1.7 -r1.8 src/include/protocols/rwhod.h
cvs rdiff -u -r1.10 -r1.11 src/include/protocols/talkd.h
cvs rdiff -u -r1.11 -r1.12 src/include/protocols/timed.h
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