diff options
| author | Bruce Momjian | 2003-08-08 21:42:59 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-08-08 21:42:59 +0000 |
| commit | 46785776c42143af8f5433bb580ff13f2a9f65e1 (patch) | |
| tree | 0c1f6da64634a202ff20176865b4a9dc69b8ac40 /src/include/getaddrinfo.h | |
| parent | 0e2b12bd9689ac4fd353f7dba33dd796d0e3a07d (diff) | |
Another pgindent run with updated typedefs.
Diffstat (limited to 'src/include/getaddrinfo.h')
| -rw-r--r-- | src/include/getaddrinfo.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h index 36994647c3..5d1aeef850 100644 --- a/src/include/getaddrinfo.h +++ b/src/include/getaddrinfo.h @@ -15,7 +15,7 @@ * * Copyright (c) 2003, PostgreSQL Global Development Group * - * $Id: getaddrinfo.h,v 1.9 2003/08/07 16:45:21 tgl Exp $ + * $Id: getaddrinfo.h,v 1.10 2003/08/08 21:42:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -41,7 +41,6 @@ #define EAI_SERVICE -8 #define EAI_MEMORY -10 #define EAI_SYSTEM -11 - #endif #ifndef AI_PASSIVE @@ -79,8 +78,7 @@ struct addrinfo char *ai_canonname; struct addrinfo *ai_next; }; - -#endif /* HAVE_STRUCT_ADDRINFO */ +#endif /* HAVE_STRUCT_ADDRINFO */ #ifndef HAVE_GETADDRINFO @@ -113,7 +111,6 @@ extern const char *gai_strerror(int errcode); extern int getnameinfo(const struct sockaddr * sa, int salen, char *node, int nodelen, char *service, int servicelen, int flags); - #endif /* HAVE_GETADDRINFO */ #endif /* GETADDRINFO_H */ |
