Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified configure
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion libfree/inet_ntop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down