diff options
Diffstat (limited to 'src/include/getaddrinfo.h')
-rw-r--r-- | src/include/getaddrinfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h index ced6df07e9a..6312482a7a9 100644 --- a/src/include/getaddrinfo.h +++ b/src/include/getaddrinfo.h @@ -3,7 +3,6 @@ * getaddrinfo.h * Support getaddrinfo() on platforms that don't have it. * - * * Note: we use our own routines on platforms that don't HAVE_STRUCT_ADDRINFO, * whether or not the library routine getaddrinfo() can be found. This * policy is needed because on some platforms a manually installed libbind.a @@ -16,7 +15,7 @@ * * Copyright (c) 2003, PostgreSQL Global Development Group * - * $Id: getaddrinfo.h,v 1.6 2003/06/12 08:15:29 momjian Exp $ + * $Id: getaddrinfo.h,v 1.7 2003/07/23 23:30:40 tgl Exp $ * *------------------------------------------------------------------------- */ |