summaryrefslogtreecommitdiffstats
path: root/include/protocols/timed.h
Commit message (Collapse)AuthorAgeFilesLines
* Add static/const keywords to the arrays.ed2013-04-091-1/+3
| | | | | | | | | This theoretically allows a compiler to optimize (parts of) the array away if unused. While there, make the array size implicit and use a _Static_assert() to ensure that the definition matches up with the number of elements in the list.
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.imp2010-02-161-5/+1
|
* WARNS-n and lint(1) silencer. Declare (const) strings properly asmarkm2002-02-031-1/+1
| | | | 'const char *'.
* Use fixed-size fields in the structure for the timed protocol. Thisjhb2001-11-201-4/+9
| | | | | | | | | includes changing a struct timeval to an explicit structure of two int32_t's. This requires using temporary timevals in several places when calling gettimeofday(), settimeofday(), etc. With this timed now works properly on 64-bit platforms such as Alpha. Obtained from: NetBSD
* Back out all of yesterdays include file changes.eivind1997-05-071-4/+0
|
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+4
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Changed idempotent strings to reflect directory area.paul1994-08-211-2/+2
| | | | | Reviewed by: Submitted by:
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+99
OpenPOWER on IntegriCloud