Module Name:    src
Committed By:   maxv
Date:           Sat Aug 15 10:24:29 UTC 2015

Modified Files:
        src/sys/sys: pax.h

Log Message:
Remove pax_adjust() (does not exist).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/pax.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/pax.h
diff -u src/sys/sys/pax.h:1.14 src/sys/sys/pax.h:1.15
--- src/sys/sys/pax.h:1.14	Tue Aug  4 18:28:10 2015
+++ src/sys/sys/pax.h	Sat Aug 15 10:24:29 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: pax.h,v 1.14 2015/08/04 18:28:10 maxv Exp $ */
+/* $NetBSD: pax.h,v 1.15 2015/08/15 10:24:29 maxv Exp $ */
 
 /*-
  * Copyright (c) 2006 Elad Efrat <e...@netbsd.org>
@@ -51,8 +51,6 @@ struct vmspace;
 
 void pax_init(void);
 void pax_setup_elf_flags(struct lwp *, uint32_t);
-void pax_adjust(struct lwp *, uint32_t);
-
 void pax_mprotect(struct lwp *, vm_prot_t *, vm_prot_t *);
 int pax_segvguard(struct lwp *, struct vnode *, const char *, bool);
 

Reply via email to