Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sun, 15 Aug 1999 15:25:45 +0000 (15:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 15 Aug 1999 15:25:45 +0000 (15:25 +0000)
v7/src/microcode/ntsock.c
v7/src/microcode/os2sock.c

index 6e9da58b0454ef50516e5830647823701d5b9af3..74a8d4516849cff051f7c67c393bc9320c6a0409 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ntsock.c,v 1.7 1999/08/13 18:47:52 cph Exp $
+$Id: ntsock.c,v 1.8 1999/08/15 15:25:45 cph Exp $
 
 Copyright (c) 1997-1999 Massachusetts Institute of Technology
 
@@ -162,7 +162,7 @@ const char *
 OS_get_host_by_address (const char * host_addr)
 {
   struct hostent * entry
-    = (gethostbyaddr (host_addr, (OS_host_address_length ()), AF_INET));
+    = (gethostbyaddr (host_addr, (OS_host_address_length ()), AF_INET));
   if (entry == 0)
     return (0);
   {
index e06e4d3414f6823142cd364a947fcaf7b6f34ea9..cff618c3c40e6115e437d949c2671c12da528d14 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: os2sock.c,v 1.12 1999/08/13 18:47:57 cph Exp $
+$Id: os2sock.c,v 1.13 1999/08/15 15:25:29 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
@@ -180,7 +180,7 @@ const char *
 OS_get_host_by_address (const char * host_addr)
 {
   struct hostent * entry
-    = (gethostbyaddr (host_addr, (OS_host_address_length ()), AF_INET));
+    = (gethostbyaddr (host_addr, (OS_host_address_length ()), AF_INET));
   if (entry == 0)
     return (0);
   {