diff options
author | Roland McGrath <roland@gnu.org> | 1998-09-04 18:28:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-09-04 18:28:44 +0000 |
commit | aab1e27ff6c8287ba6a3e0e5f01f3029c9e23c3c (patch) | |
tree | dd9901f2c3723e73736ba6ebb06e22000523e37c /ext2fs/pager.c | |
parent | 1788264bdf8a96560169f55fa1e239c8fbdfd6f4 (diff) |
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* pager.c: strings.h -> string.h; gets strerror decl.
Diffstat (limited to 'ext2fs/pager.c')
-rw-r--r-- | ext2fs/pager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext2fs/pager.c b/ext2fs/pager.c index 1b515bca..1b3c3cdc 100644 --- a/ext2fs/pager.c +++ b/ext2fs/pager.c @@ -1,6 +1,6 @@ /* Pager for ext2fs - Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1994, 95, 96, 97, 98 Free Software Foundation, Inc. Converted for ext2fs by Miles Bader <miles@gnu.ai.mit.edu> @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <strings.h> +#include <string.h> #include <hurd/store.h> #include "ext2fs.h" @@ -191,7 +191,7 @@ file_pager_read_page (struct node *node, vm_offset_t page, free_page_buf (new_buf); /* Return NEW_BUF to our pool. */ STAT_INC (file_pagein_freed_bufs); } - + offs += new_len; num_pending_blocks = 0; } |