]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed unused prototype
authorTomas Hruby <tom@minix3.org>
Mon, 26 Apr 2010 23:39:05 +0000 (23:39 +0000)
committerTomas Hruby <tom@minix3.org>
Mon, 26 Apr 2010 23:39:05 +0000 (23:39 +0000)
include/minix/syslib.h

index 0ec32dc32f0c6dc6cc38e33e5aaab9ab049d2392..5d59540667439251b7e041cb0eeff856224f31cd 100644 (file)
@@ -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,