| #
8724a494 |
| 22-Jan-2016 |
dholland <dholland@NetBSD.org> |
Erm, fix previous. (also, as this protocol is externally defined it probably should use its own constant and not either of these system-defined hostname lengths...)
|
| #
a8c9c98e |
| 22-Jan-2016 |
dholland <dholland@NetBSD.org> |
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 MAXHOSTNA
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.
show more ...
|
| #
80d082b8 |
| 16-Feb-2008 |
matt <matt@NetBSD.org> |
Change/fix tsptype to const char * const [];
|
| #
5f65228b |
| 26-Dec-2005 |
perry <perry@NetBSD.org> |
u_intN_t -> uintN_t
|
| #
8d673b50 |
| 05-Jul-2005 |
he <he@NetBSD.org> |
Add const to the tsptype array, compiled under TSPTYPES. Found while building for vax.
|
| #
039cc956 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
|
| #
3b3774fc |
| 10-Feb-1998 |
perry <perry@NetBSD.org> |
add/cleanup multiple inclusion protection.
|
| #
a141abe4 |
| 02-Feb-1998 |
perry <perry@NetBSD.org> |
merge lite-2
|
| #
8b65ecff |
| 09-Apr-1996 |
cgd <cgd@NetBSD.org> |
time seconds/usec sent over the net are signed.
|
| #
e9e09eba |
| 06-Apr-1996 |
cgd <cgd@NetBSD.org> |
use fixed-size types where appropriate, to make timed work on 64-bit machines (Alpha). fixed sized types, not 'timeval's should go over the net, and the stuff that goes over the net can't necessaril
use fixed-size types where appropriate, to make timed work on 64-bit machines (Alpha). fixed sized types, not 'timeval's should go over the net, and the stuff that goes over the net can't necessarily be passed directly to functions that expect timevals.
show more ...
|
| #
4d2cbfce |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
| #
e9d867ef |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers.
|
| #
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|