diff options
Diffstat (limited to 'sys/alpha/osf1/osf1_util.h')
-rw-r--r-- | sys/alpha/osf1/osf1_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/osf1/osf1_util.h b/sys/alpha/osf1/osf1_util.h index 9cbbbfc..2734808 100644 --- a/sys/alpha/osf1/osf1_util.h +++ b/sys/alpha/osf1/osf1_util.h @@ -37,11 +37,6 @@ #include <sys/sysent.h> #include <sys/cdefs.h> - -#ifndef SCARG -#define SCARG(p, x) (p)->x -#endif - static __inline caddr_t stackgap_init(void); static __inline void *stackgap_alloc(caddr_t *, size_t); |