aboutsummaryrefslogtreecommitdiff
path: root/include/protocols/timed.h
Commit message (Collapse)AuthorAgeFilesLines
* Add static/const keywords to the arrays.Ed Schouten2013-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. Notes: svn path=/head/; revision=249311
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.Warner Losh2010-02-161-5/+1
| | | | Notes: svn path=/head/; revision=203965
* WARNS-n and lint(1) silencer. Declare (const) strings properly asMark Murray2002-02-031-1/+1
| | | | | | | 'const char *'. Notes: svn path=/head/; revision=90138
* Use fixed-size fields in the structure for the timed protocol. ThisJohn Baldwin2001-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 Notes: svn path=/head/; revision=86644
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-4/+0
| | | | Notes: svn path=/head/; revision=25551
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-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> Notes: svn path=/head/; revision=25520
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8858
* Changed idempotent strings to reflect directory area.Paul Richards1994-08-211-2/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2163
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+99
Notes: svn path=/head/; revision=1539