end-of-file newlines.

This commit is contained in:
Kelvin Sherlock 2016-01-05 19:59:13 -05:00
parent 738ef127bd
commit 001f3e166d
15 changed files with 12 additions and 15 deletions

View File

@ -104,4 +104,4 @@ int maccept(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
return 0;
}
}

View File

@ -71,4 +71,4 @@ int mbind(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
}
return 0;
}
}

View File

@ -27,4 +27,4 @@ int mdetach(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
DecBusy();
return 0;
}
}

View File

@ -38,4 +38,4 @@ int mgetpeername(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
copy_addr(&tmp, addr, addrlen);
return 0;
}
}

View File

@ -39,4 +39,4 @@ int mgetsockname(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
copy_addr(&tmp, addr, addrlen);
return 0;
}
}

View File

@ -43,4 +43,4 @@ int mioctl(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
// SIOCSLOWAT / SIOCGLOWAT ?
return EINVAL;
}
}

View File

@ -41,4 +41,4 @@ int mlisten(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
if (terr) return EINVAL; // other errors?
return 0;
}
}

View File

@ -243,4 +243,3 @@ int mread(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
// should not hit...
return 0;
}

View File

@ -172,4 +172,4 @@ int mselect(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
CLI();
return 0;
}
}

View File

@ -168,4 +168,4 @@ int msetsockopt(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
}
return EINVAL;
}
}

View File

@ -26,4 +26,4 @@ int mshutdown(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
return EINVAL;
}
return 0;
}
}

View File

@ -95,4 +95,4 @@ int mwrite(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5)
*outbytes = nbytes;
return 0;
}
}

1
net.h
View File

@ -32,4 +32,3 @@
#define PRU_CO_GETOPT 18
#define PRU_CO_SETOPT 19
#define PRU_SELECT 20

View File

@ -204,4 +204,3 @@ void s16_debug_tcp(unsigned ipid)
s16_debug_printf(" uwUDPCount: $%08lx", ur->uwUDPCount);
}

View File

@ -332,4 +332,4 @@ void process_table(void)
e = next;
}
}
}