mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
235 B
C
11 lines
235 B
C
--- libfree/inet_ntop.c.orig 1997-04-13 22:23:41 UTC
|
|
+++ libfree/inet_ntop.c
|
|
@@ -57,7 +57,7 @@ inet_ntop(af, src, dst, size)
|
|
int af;
|
|
const void *src;
|
|
char *dst;
|
|
- size_t size;
|
|
+ socklen_t size;
|
|
{
|
|
switch (af) {
|
|
case AF_INET:
|