X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/bcdc72902014b04157d48a8e832d09d6a0a2d80d..bbc3f849b8d3d96bfba85c0a375a7d1059b84ba0:/sys/vm/vm_prot.h diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index ffda8f8078..6c5aa3affe 100644 --- a/sys/vm/vm_prot.h +++ b/sys/vm/vm_prot.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)vm_prot.h 7.2 (Berkeley) 4/21/91 - * $Id$ + * $Id: vm_prot.h,v 1.2 1993/10/16 16:20:54 rgrimes Exp $ */ /* @@ -101,4 +101,4 @@ typedef int vm_prot_t; #define VM_PROT_ALL (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE) -#endif _VM_PROT_ +#endif /* _VM_PROT_ */