diff options
-rw-r--r-- | libpager/ChangeLog | 5 | ||||
-rw-r--r-- | libpager/demuxer.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog index 11199cba..65fe7613 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,8 @@ +2002-04-01 Neal H Walfield <neal@cs.uml.edu> + + * data-request.c (_pager_seqnos_memory_object_data_request): Must + hold P->interlock when calling _pager_allow_termination. + 2002-01-19 Roland McGrath <roland@frob.com> * demuxer.c (pager_demuxer): Fix last change so it works. Add comment. diff --git a/libpager/demuxer.c b/libpager/demuxer.c index 87a640ee..67d59fac 100644 --- a/libpager/demuxer.c +++ b/libpager/demuxer.c @@ -4,7 +4,6 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at - your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |