diff --git a/maccept.c b/maccept.c index 72b59e5..75f04b7 100644 --- a/maccept.c +++ b/maccept.c @@ -104,4 +104,4 @@ int maccept(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) return 0; -} \ No newline at end of file +} diff --git a/mbind.c b/mbind.c index 5db5de6..1e5d325 100644 --- a/mbind.c +++ b/mbind.c @@ -71,4 +71,4 @@ int mbind(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) } return 0; -} \ No newline at end of file +} diff --git a/mdetach.c b/mdetach.c index 7b13342..86e3092 100644 --- a/mdetach.c +++ b/mdetach.c @@ -27,4 +27,4 @@ int mdetach(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) DecBusy(); return 0; -} \ No newline at end of file +} diff --git a/mgetpeername.c b/mgetpeername.c index 153c15f..a3a1eb9 100644 --- a/mgetpeername.c +++ b/mgetpeername.c @@ -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; -} \ No newline at end of file +} diff --git a/mgetsockname.c b/mgetsockname.c index aff0f62..f7590d1 100644 --- a/mgetsockname.c +++ b/mgetsockname.c @@ -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; -} \ No newline at end of file +} diff --git a/mioctl.c b/mioctl.c index f2ba168..68948da 100644 --- a/mioctl.c +++ b/mioctl.c @@ -43,4 +43,4 @@ int mioctl(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) // SIOCSLOWAT / SIOCGLOWAT ? return EINVAL; -} \ No newline at end of file +} diff --git a/mlisten.c b/mlisten.c index 3f03c82..7362060 100644 --- a/mlisten.c +++ b/mlisten.c @@ -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; -} \ No newline at end of file +} diff --git a/mread.c b/mread.c index d5ebbb4..0096477 100644 --- a/mread.c +++ b/mread.c @@ -243,4 +243,3 @@ int mread(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) // should not hit... return 0; } - diff --git a/mselect.c b/mselect.c index 8dd6267..f5f5437 100644 --- a/mselect.c +++ b/mselect.c @@ -172,4 +172,4 @@ int mselect(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) CLI(); return 0; -} \ No newline at end of file +} diff --git a/msetsockopt.c b/msetsockopt.c index c0762ba..c13f7b1 100644 --- a/msetsockopt.c +++ b/msetsockopt.c @@ -168,4 +168,4 @@ int msetsockopt(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) } return EINVAL; -} \ No newline at end of file +} diff --git a/mshutdown.c b/mshutdown.c index cd3b5e6..6c9cb77 100644 --- a/mshutdown.c +++ b/mshutdown.c @@ -26,4 +26,4 @@ int mshutdown(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) return EINVAL; } return 0; -} \ No newline at end of file +} diff --git a/mwrite.c b/mwrite.c index aab92a6..2e03415 100644 --- a/mwrite.c +++ b/mwrite.c @@ -95,4 +95,4 @@ int mwrite(Entry *e, void *p1, void *p2, void *p3, void *p4, void *p5) *outbytes = nbytes; return 0; -} \ No newline at end of file +} diff --git a/net.h b/net.h index 237ab93..228dcaf 100644 --- a/net.h +++ b/net.h @@ -32,4 +32,3 @@ #define PRU_CO_GETOPT 18 #define PRU_CO_SETOPT 19 #define PRU_SELECT 20 - diff --git a/s16debug.c b/s16debug.c index c4c6848..feb06be 100644 --- a/s16debug.c +++ b/s16debug.c @@ -204,4 +204,3 @@ void s16_debug_tcp(unsigned ipid) s16_debug_printf(" uwUDPCount: $%08lx", ur->uwUDPCount); } - diff --git a/table.c b/table.c index 2f088ab..da77d52 100644 --- a/table.c +++ b/table.c @@ -332,4 +332,4 @@ void process_table(void) e = next; } -} \ No newline at end of file +}