File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
* is for IP V4 CIDR notation, but prepared for V6: just
4
4
* add the necessary bits where the comments indicate.
5
5
*
6
- * $Id: ip.c,v 1.3 1998/10/04 15:35:10 momjian Exp $
6
+ * $Id: ip.c,v 1.4 1998/10/04 16:24:30 momjian Exp $
7
7
*/
8
8
9
9
#include <sys/types.h>
10
10
#include <sys/socket.h>
11
11
12
12
#include <stdio.h>
13
+ #include <string.h>
13
14
#include <errno.h>
14
15
15
16
#include <netinet/in.h>
Original file line number Diff line number Diff line change 1
1
/*
2
2
* PostgreSQL type definitions for MAC addresses.
3
3
*
4
- * $Id: mac.c,v 1.2 1998/10/04 15:35:12 momjian Exp $
4
+ * $Id: mac.c,v 1.3 1998/10/04 16:24:32 momjian Exp $
5
5
*/
6
6
7
7
#include <stdio.h>
8
+ #include <string.h>
8
9
9
10
#include <postgres.h>
10
11
#include <utils/palloc.h>
You can’t perform that action at this time.
0 commit comments