summaryrefslogtreecommitdiff
path: root/openbsd-compat/rresvport.c
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()Damien Miller2008-07-141-0/+1
| | | | prototype; reported by cristian.ionescu-idbohrn AT axis.com
* - (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.cDarren Tucker2006-09-021-0/+1
| | | | | | | openbsd-compat/bindresvport.c openbsd-compat/getrrsetbyname.c openbsd-compat/port-tun.c openbsd-compat/rresvport.c] Include <arpa/inet.h> for hton* and ntoh* macros. Required on (at least) HP-UX since we define _XOPEN_SOURCE_EXTENDED. Found by santhi.amirta at gmail com.
* - (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]Damien Miller2006-09-011-0/+5
| | | | | [openbsd-compat/rresvport.c] Some more headers: netinet/in.h sys/socket.h and unistd.h in various places
* - (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.Darren Tucker2006-08-241-0/+1
|
* - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]Damien Miller2006-07-241-0/+1
| | | | | | | | | [openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c] [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c] [openbsd-compat/port-aix.c openbsd-compat/port-irix.c] [openbsd-compat/rresvport.c] These look to need string.h and/or unistd.h (based on a grep for function names)
* - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.cDarren Tucker2006-07-121-0/+2
| | | | openbsd-compat/rresvport.c] More errno.h.
* - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag.Darren Tucker2005-11-121-0/+1
|
* - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8.Darren Tucker2005-11-101-9/+2
|
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
| | | | | after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
| | | | source file path (in OpenBSD tree).
* - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller2003-06-031-7/+2
| | | | - No more 4-term BSD licenses in our tree
* - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom2002-06-271-1/+1
| | | | | have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+106
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.