summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshlogin.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-8/+1
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <sys/socket.h> out of includes.hstevesk2006-07-081-1/+4
|
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* nicer size_t and time_t typesderaadt2006-03-251-2/+2
|
* pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>stevesk2002-08-291-2/+2
| | | | NOTE: there are also p-specific parts to this patch. ok markus@
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-18/+3
| | | | and out of sync
* prototype pedant. not very creative...itojun2001-06-261-7/+5
| | | | | - () -> (void) - no variable names
* Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoiddjm2001-03-041-0/+40
header conflicts in portable; ok markus@