From 74a4b341ddc9bbf34504fef7651178865875d907 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 21:16:17 +0000 Subject: Formerly pager.h.~4~ --- libpager/pager.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpager') diff --git a/libpager/pager.h b/libpager/pager.h index 2dca1e6f..54cd28d2 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -16,6 +16,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef _HURD_PAGER_ +#define _HURD_PAGER_ + /* This is a user-dependent type which represents a location of a single page. */ typedef void *location_t; @@ -150,3 +153,5 @@ pager_report_extent (struct user_pager_info *pager, being deallocated after all extant send rights have been destroyed. */ void pager_clear_user_data (struct user_pager_info *pager); + +#endif -- cgit v1.2.3