1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Fix for no platform NAN.

This commit is contained in:
Bruce Momjian
1999-01-01 04:17:13 +00:00
parent da361ee24b
commit d8ae7ffb2f
3 changed files with 13 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.3 1998/10/22 13:16:25 momjian Exp $";
static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.4 1999/01/01 04:17:13 momjian Exp $";
#endif
@@ -189,7 +189,6 @@ inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size)
char *odst = dst;
char *t;
size_t len = 4;
u_int m;
int b, tb;
if (bits < 0 || bits > 32)