Reviewed by:
Submitted by: Obtained from:
This commit is contained in:
parent
0ad65298ab
commit
2f1ba63ba8
@ -31,12 +31,13 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
||||||
* $Id: sys_machdep.c,v 1.8 1995/03/10 08:13:07 davidg Exp $
|
* $Id: sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
#include <sys/sysproto.h>
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
@ -49,10 +50,12 @@ void set_user_ldt __P((struct pcb *pcb));
|
|||||||
int i386_get_ldt __P((struct proc *, char *, int *));
|
int i386_get_ldt __P((struct proc *, char *, int *));
|
||||||
int i386_set_ldt __P((struct proc *, char *, int *));
|
int i386_set_ldt __P((struct proc *, char *, int *));
|
||||||
|
|
||||||
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
struct sysarch_args {
|
struct sysarch_args {
|
||||||
int op;
|
int op;
|
||||||
char *parms;
|
char *parms;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
sysarch(p, uap, retval)
|
sysarch(p, uap, retval)
|
||||||
|
@ -31,12 +31,13 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
||||||
* $Id: sys_machdep.c,v 1.8 1995/03/10 08:13:07 davidg Exp $
|
* $Id: sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
#include <sys/sysproto.h>
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
@ -49,10 +50,12 @@ void set_user_ldt __P((struct pcb *pcb));
|
|||||||
int i386_get_ldt __P((struct proc *, char *, int *));
|
int i386_get_ldt __P((struct proc *, char *, int *));
|
||||||
int i386_set_ldt __P((struct proc *, char *, int *));
|
int i386_set_ldt __P((struct proc *, char *, int *));
|
||||||
|
|
||||||
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
struct sysarch_args {
|
struct sysarch_args {
|
||||||
int op;
|
int op;
|
||||||
char *parms;
|
char *parms;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
sysarch(p, uap, retval)
|
sysarch(p, uap, retval)
|
||||||
|
Loading…
Reference in New Issue
Block a user