commit | 4527dae3b8c2041831d55193f7aa6cae70ea4704 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Sun Mar 31 19:03:29 2002 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Sun Mar 31 19:03:29 2002 +0000 |
tree | 17409257fe9d49acafa61112bed63a67d24e32a0 | |
parent | 7ab47b63e3d58dfbe32ba909b222c1bc2a88c5c0 [diff] [blame] |
check for negative u_errors
diff --git a/ChangeLog b/ChangeLog index d2457be..a96e2c3 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,7 @@ * debian/*: added * linux/syscallent.h: fix typo and add the reserved stream syscalls * defs.h, file.c, io.c: fix signed/unsigned issues + * syscall.c: check for negative u_errors 2001-12-17 Wichert Akkerman <wakkerma@debian.org>