postgresql/src/port
Bruce Momjian 99308891ef Remove references to sa_family_t, except when SOCKADDR_STORAGE requires
it.

Also handle __ss_family as a synonym for ss_family.

Kurt Roeckx
2003-06-23 23:52:00 +00:00
..
Makefile Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
copydir.c Reorganize Win32 includes to only include <port.h> after system includes 2003-05-16 01:57:52 +00:00
crypt.c Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
dirmod.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
fseeko.c Back out flockfile change for NetBSD. Giles Lean reports they are not 2003-01-11 19:38:23 +00:00
getaddrinfo.c Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 2003-06-23 23:52:00 +00:00
gethostname.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
getopt.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
getopt_long.c Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
getrusage.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
gettimeofday.c Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 2003-05-16 04:59:24 +00:00
inet_aton.c Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
isinf.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
memcmp.c pgindent run. 2002-09-04 20:31:48 +00:00
path.c Add Win32 path handling for / vs. \ and drive letters. 2003-04-04 20:42:13 +00:00
qsort.c pgindent run. 2002-09-04 20:31:48 +00:00
random.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
rint.c Add rint() to /port, remove from qnx/. 2003-05-09 16:26:29 +00:00
snprintf.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
srandom.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strcasecmp.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strdup.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strerror.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strtol.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strtoul.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
threads.c Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00