diff options
author | Graham Wilson <graham@mknod.org> | 2004-11-14 18:58:40 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-11-14 18:58:40 +0000 |
commit | df821496b2ef39a477c392cf1aa5efd5cf2520df (patch) | |
tree | 77743ad9c79625ab895150903e15522085a6fc8f /NEWS | |
parent | b677d2e088a32227cda28496bd321c470e422246 (diff) | |
download | fetchmail-df821496b2ef39a477c392cf1aa5efd5cf2520df.tar.gz fetchmail-df821496b2ef39a477c392cf1aa5efd5cf2520df.tar.bz2 fetchmail-df821496b2ef39a477c392cf1aa5efd5cf2520df.zip |
Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the kernel version instead of calling uname(1). Thanks to Paul Slootman.
svn path=/trunk/; revision=4007
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ snprintf or vsnprintf. * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code unreadable. Use Trio where [v]snprintf is/are missing. Matthias Andree. +* Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the + kernel version instead of calling uname(1). Thanks to Paul Slootman. fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: |