From aab1e27ff6c8287ba6a3e0e5f01f3029c9e23c3c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Sep 1998 18:28:44 +0000 Subject: 1998-09-04 Roland McGrath * pager.c: strings.h -> string.h; gets strerror decl. --- ext2fs/pager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext2fs') 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 @@ -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 +#include #include #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; } -- cgit v1.2.3