diff options
Diffstat (limited to 'console')
-rw-r--r-- | console/mutations.h | 1 | ||||
-rw-r--r-- | console/pager.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/console/mutations.h b/console/mutations.h index a8183fc0..5f266725 100644 --- a/console/mutations.h +++ b/console/mutations.h @@ -24,4 +24,3 @@ #define IO_DESTRUCTOR end_using_protid_port (protid_t) #define TIOCTL_IMPORTS import "priv.h"; - diff --git a/console/pager.c b/console/pager.c index 4d0c5cdb..87c36f07 100644 --- a/console/pager.c +++ b/console/pager.c @@ -237,4 +237,3 @@ user_pager_get_filemap (struct user_pager *user_pager, vm_prot_t prot) return user_pager->memobj; } - |