1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Dec alphaserver patch from Malcolm Beattie

This commit is contained in:
Bruce Momjian
1997-09-12 22:22:12 +00:00
parent fe54c54da3
commit 1d0085e47a
2 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
int
inet_aton(const char *cp, struct in_addr * addr)
{
register u_long val;
register uint32 val;
register int base,
n;
register char c;