aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
commit73dbd3da73d83f2bace8bfd2e4e33740ef82acf2 (patch)
tree9e7fa374ce86cf10beca9d2dca94fc077a700745 /sys/sys/user.h
parente93187482d667fe21125d66ac377260d73a11819 (diff)
downloadsrc-73dbd3da73d83f2bace8bfd2e4e33740ef82acf2.tar.gz
src-73dbd3da73d83f2bace8bfd2e4e33740ef82acf2.zip
Remove various bits of conditional Alpha code and fixup a few comments.
Notes
Notes: svn path=/head/; revision=158471
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 1acf346bd8fd..abf880b8cb28 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -82,9 +82,6 @@
#define KI_NSPARE_LONG 12
#define KI_NSPARE_PTR 7
-#ifdef __alpha__
-#define KINFO_PROC_SIZE 1088
-#endif
#ifdef __amd64__
#define KINFO_PROC_SIZE 1088
#endif