From 821a548da75eefa18540bb668624292c4408fd33 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 29 Aug 2002 06:17:48 +0000 Subject: Renamed poorly named setregs to exec_setregs. Moved its prototype to imgact.h with the other exec support functions. --- sys/amd64/include/reg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/amd64/include/reg.h') diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h index ca15fb2..a900a9d 100644 --- a/sys/amd64/include/reg.h +++ b/sys/amd64/include/reg.h @@ -143,7 +143,6 @@ struct dbreg { /* * XXX these interfaces are MI, so they should be declared in a MI place. */ -void setregs(struct thread *, u_long, u_long, u_long); int fill_regs(struct thread *, struct reg *); int set_regs(struct thread *, struct reg *); int fill_fpregs(struct thread *, struct fpreg *); -- cgit v1.1