From 30798fc3e197af95d42f53cdb93d54b6cff5905b Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Mon, 26 Apr 2010 23:39:05 +0000 Subject: [PATCH] Removed unused prototype --- include/minix/syslib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/minix/syslib.h b/include/minix/syslib.h index 0ec32dc32..5d5954066 100644 --- a/include/minix/syslib.h +++ b/include/minix/syslib.h @@ -66,7 +66,6 @@ _PROTOTYPE( int sys_vm_setbuf, (phys_bytes base, phys_bytes size, _PROTOTYPE( int sys_vm_map, (endpoint_t proc_ep, int do_map, phys_bytes base, phys_bytes size, phys_bytes offset)); _PROTOTYPE( int sys_vmctl, (endpoint_t who, int param, u32_t value)); -_PROTOTYPE( int sys_vmctl_get_pagefault_i386, (endpoint_t *who, u32_t *cr2, u32_t *err)); _PROTOTYPE( int sys_vmctl_get_cr3_i386, (endpoint_t who, u32_t *cr3) ); _PROTOTYPE( int sys_vmctl_get_memreq, (endpoint_t *who, vir_bytes *mem, vir_bytes *len, int *wrflag, endpoint_t *who_s, vir_bytes *mem_s, -- 2.44.0