diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-12-13 22:41:47 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-12-13 22:41:47 +0000 |
commit | bc9e75d7cab11c087b5cda04d0981440d331db78 (patch) | |
tree | a1ef524330ea7e253fb665abea3ddb594cde69fc /sys/compat/ia32 | |
parent | 0bbe7292e1ff4d583674cd029cf940aede2f5eec (diff) |
Notes
Diffstat (limited to 'sys/compat/ia32')
-rw-r--r-- | sys/compat/ia32/ia32_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/compat/ia32/ia32_util.h b/sys/compat/ia32/ia32_util.h index 23f2abae1ab2d..b9e0a7c4d98af 100644 --- a/sys/compat/ia32/ia32_util.h +++ b/sys/compat/ia32/ia32_util.h @@ -37,6 +37,11 @@ #include <sys/sysent.h> #include <sys/cdefs.h> + +#ifndef SCARG +#define SCARG(p, x) (p)->x +#endif + struct ia32_ps_strings { u_int32_t ps_argvstr; /* first of 0 or more argument strings */ int ps_nargvstr; /* the number of argument strings */ |