Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Remove pax_adjust() (does not exist).



details:   https://anonhg.NetBSD.org/src/rev/4e6ea282a96f
branches:  trunk
changeset: 339880:4e6ea282a96f
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Aug 15 10:24:29 2015 +0000

description:
Remove pax_adjust() (does not exist).

diffstat:

 sys/sys/pax.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r d600e1eb7232 -r 4e6ea282a96f sys/sys/pax.h
--- a/sys/sys/pax.h     Sat Aug 15 10:18:10 2015 +0000
+++ b/sys/sys/pax.h     Sat Aug 15 10:24:29 2015 +0000
@@ -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 <elad%NetBSD.org@localhost>
@@ -51,8 +51,6 @@
 
 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);
 



Home | Main Index | Thread Index | Old Index