Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -8/+1 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <sys/socket.h> out of includes.h | 2006-07-08 | 1 | -1/+4 | |
| | |||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | nicer size_t and time_t types | 2006-03-25 | 1 | -2/+2 | |
| | |||||
* | pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-29 | 1 | -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 files | 2001-06-26 | 1 | -18/+3 | |
| | | | | and out of sync | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -7/+5 | |
| | | | | | - () -> (void) - no variable names | ||||
* | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | 2001-03-04 | 1 | -0/+40 | |
header conflicts in portable; ok markus@ |