diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
commit | 1f020b178664857b0e107778d04fb971a58e6230 (patch) | |
tree | c1cd86593b5d354091e0fa3201c5789bec5c53ad /include/sys/personality.h | |
parent | f1775381f91f1250b20f1949dfd0364ddb0ee9fc (diff) |
- trim any trailing whitespace
Diffstat (limited to 'include/sys/personality.h')
-rw-r--r-- | include/sys/personality.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/personality.h b/include/sys/personality.h index 5d14a9bc8..154b1131a 100644 --- a/include/sys/personality.h +++ b/include/sys/personality.h @@ -38,7 +38,7 @@ enum These go in the low byte. Avoid using the top bit, it will conflict with error returns. */ -enum +enum { PER_LINUX = 0x0000, PER_LINUX_32BIT = 0x0000 | ADDR_LIMIT_32BIT, |