summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbencollins <tailor@grayson>2001-10-26 00:06:12 -0400
committerBen Collins <bcollins@ubuntu.com>2006-06-01 13:18:12 -0400
commitc177e670c1142fddb595eb8a603500f8c330e705 (patch)
treedb2fdd6645b30ca58a260483d41c8f866e7a5d31
parent2fbbc07a49e28ef9c0ff46caa1d63ec80034907d (diff)
downloadsilo-c177e670c1142fddb595eb8a603500f8c330e705.tar.gz
[silo @ 47]
second/util.c: Fix parsing of 16digit addresses, when the first line was a blank address. Using sscanf now. Reported by Alex Buell.#
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ffc894..0b3c261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 25 20:04:46 EDT 2001 Ben Collins <bcollins@debian.org>
+
+ * second/util.c: Fix parsing of 16digit addresses, when the first line
+ was a blank address. Using sscanf now. Reported by Alex Buell.
+
Thu Aug 23 12:56:50 CEST 2001 Thorsten Kukuk <kukuk@suse.de>
* common/ffs.c: Add ffs() function from kernel header files,