From 2e9c58228926f8d0e63fa4e0a7e97942b7da0a42 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 22 Sep 2002 01:28:35 +0000 Subject: 2002-09-22 Marcus Brinkmann * pager.c, pager.h: New file. * Makefile (SRCS): Add pager.c. (LCLHDRS): Add pager.h. * display.c: Do not include , , , and . Include and "pager.h". (struct display): Replace member PAGER and MEMOBJ with USER_PAGER. (display_get_filemap): Implement with user_pager_get_filemap. (user_destroy): Implement with user_pager_destroy. (user_create): Implement partially with user_create. (display_init): Call user_pager_init. (struct user_pager_info, pager_bucket, pager_clear_user_data, pager_read_page, pager_write_page, pager_unlock_page, pager_report_extent, pager_dropweak, service_paging_requests): Move to ... * pager.c: ... here. --- console/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console/Makefile') diff --git a/console/Makefile b/console/Makefile index 0ad406e7..71f7f1e4 100644 --- a/console/Makefile +++ b/console/Makefile @@ -23,8 +23,8 @@ makemode := server target = console -SRCS = console.c display.c input.c -LCLHDRS = display.h input.h priv.h mutations.h +SRCS = console.c display.c pager.c input.c +LCLHDRS = display.h pager.h input.h priv.h mutations.h DIST_FILES = hurd.ti MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o -- cgit v1.2.3