Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove extraneous declaration of ptrace_common_{init...



details:   https://anonhg.NetBSD.org/src/rev/3ab2e728c71c
branches:  trunk
changeset: 942055:3ab2e728c71c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Nov 04 18:32:12 2020 +0000

description:
Remove extraneous declaration of ptrace_common_{init,fini}()

diffstat:

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

diffs (18 lines):

diff -r 3c7d99822df3 -r 3ab2e728c71c sys/sys/ptrace.h
--- a/sys/sys/ptrace.h  Wed Nov 04 18:12:18 2020 +0000
+++ b/sys/sys/ptrace.h  Wed Nov 04 18:32:12 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptrace.h,v 1.73 2020/11/04 18:12:19 pgoyette Exp $     */
+/*     $NetBSD: ptrace.h,v 1.74 2020/11/04 18:32:12 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 1984, 1993
@@ -241,8 +241,6 @@
        int (*ptm_dodbregs)(struct lwp *, struct lwp *, struct uio *);
 };
 
-int    ptrace_common_init(void);
-int    ptrace_common_fini(void);
 int    ptrace_update_lwp(struct proc *t, struct lwp **lt, lwpid_t lid);
 void   ptrace_hooks(void);
 



Home | Main Index | Thread Index | Old Index