summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-301-3/+3
|
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+14
| | | | Submitted by: J. Assange a long time ago.
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-141-21/+18
| | | | Obtained from: OpenBSD
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Kill the (hopefully) last occurance of gets(3) in the base source tree.joerg1995-12-271-6/+11
|
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+733
OpenPOWER on IntegriCloud