diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-12-14 01:56:26 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-12-14 01:56:26 +0000 |
commit | d1e405c5ce42fef2970847769c8017b952b5d318 (patch) | |
tree | f2f1c63d7a3acfeb3493534ac55908632c5769ee /sys/compat/ia32 | |
parent | 0db138a6b0df9d7ae412c29a0d3ed4fa094d01ed (diff) |
SCARGS removal take II.
Notes
Notes:
svn path=/head/; revision=107849
Diffstat (limited to 'sys/compat/ia32')
-rw-r--r-- | sys/compat/ia32/ia32_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/compat/ia32/ia32_util.h b/sys/compat/ia32/ia32_util.h index b9e0a7c4d98a..23f2abae1ab2 100644 --- a/sys/compat/ia32/ia32_util.h +++ b/sys/compat/ia32/ia32_util.h @@ -37,11 +37,6 @@ #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 */ |