diff options
author | kib <kib@FreeBSD.org> | 2011-10-07 16:09:44 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-10-07 16:09:44 +0000 |
commit | 1134edae2ba4e5ddbfee4b69a1f8c6dd1b7b16cf (patch) | |
tree | cf649a9a5ecce1b5dff9c9570169891f18a06362 /sys/sparc64 | |
parent | 1659a9762306f5fdb56bcae801a4318964aac1d9 (diff) | |
download | FreeBSD-src-1134edae2ba4e5ddbfee4b69a1f8c6dd1b7b16cf.zip FreeBSD-src-1134edae2ba4e5ddbfee4b69a1f8c6dd1b7b16cf.tar.gz |
Remove unused define.
MFC after: 1 month
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index dceea17..006fcfa 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -61,7 +61,6 @@ struct syscall_args { register_t args[8]; int narg; }; -#define HAVE_SYSCALL_ARGS_DEF 1 #endif |