summaryrefslogtreecommitdiff
path: root/src/include/utils/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/inet.h')
-rw-r--r--src/include/utils/inet.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index 23ac35582cc..252d1dd1053 100644
--- a/src/include/utils/inet.h
+++ b/src/include/utils/inet.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: inet.h,v 1.3 1999/02/13 23:22:23 momjian Exp $
+ * $Id: inet.h,v 1.4 1999/05/25 16:14:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,7 +24,7 @@ typedef struct
unsigned char type;
union
{
- unsigned int ipv4_addr; /* network byte order */
+ unsigned int ipv4_addr; /* network byte order */
/* add IPV6 address type here */
} addr;
} inet_struct;
@@ -42,7 +42,7 @@ typedef struct macaddr
unsigned char d;
unsigned char e;
unsigned char f;
-} macaddr;
+} macaddr;
typedef struct manufacturer
@@ -51,9 +51,8 @@ typedef struct manufacturer
unsigned char b;
unsigned char c;
char *name;
-} manufacturer;
+} manufacturer;
extern manufacturer manufacturers[];
#endif /* MAC_H */
-