diff options
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 7484ec9b..ff2dabed 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,13 @@ +2002-06-13 Roland McGrath <roland@frob.com> + + * tunnel.c (trivfs_S_io_read): off_t -> loff_t + (trivfs_S_io_map): Add reply port args. + (trivfs_S_io_read): Fix argument types. Check mmap for failure. + + * pfinet.h (trivfs_protid_t): Type removed (now in trivfs.h). + + * linux-src/include/net/ip_fib.h: Fix obsolescent #endif syntax. + 2002-06-08 Roland McGrath <roland@frob.com> * pfinet-ops.c (S_pfinet_siocgifconf): Use vm_size_t for AMOUNT. |