Module Name: src Committed By: pgoyette Date: Wed Nov 4 18:32:12 UTC 2020
Modified Files: src/sys/sys: ptrace.h Log Message: Remove extraneous declaration of ptrace_common_{init,fini}() To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/sys/ptrace.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/ptrace.h diff -u src/sys/sys/ptrace.h:1.73 src/sys/sys/ptrace.h:1.74 --- src/sys/sys/ptrace.h:1.73 Wed Nov 4 18:12:19 2020 +++ src/sys/sys/ptrace.h Wed Nov 4 18:32:12 2020 @@ -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 @@ struct ptrace_methods { 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);