summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@jrtc27.com>2022-01-16 16:31:18 +0000
committerBenBE <BenBE@geshi.org>2022-01-18 07:23:36 +0100
commit3e1a27a98110d31c42397562490150247dd7dc6a (patch)
treed850a2829ae8ab60421c84ba74f49de1886fffc3
parent9512fd793013ec603dcd083155ddb1d9a5872574 (diff)
freebsd/dragonfly: Stop aligning equals signs in PLATFORM_PROCESS_FIELDS
ProcessField doesn't do this, nor does any other OS, and it just makes it more annoying to add a new field.
-rw-r--r--dragonflybsd/ProcessField.h4
-rw-r--r--freebsd/ProcessField.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dragonflybsd/ProcessField.h b/dragonflybsd/ProcessField.h
index 02b55685..1409675a 100644
--- a/dragonflybsd/ProcessField.h
+++ b/dragonflybsd/ProcessField.h
@@ -9,8 +9,8 @@ in the source distribution for its full text.
#define PLATFORM_PROCESS_FIELDS \
- JID = 100, \
- JAIL = 101, \
+ JID = 100, \
+ JAIL = 101, \
\
DUMMY_BUMP_FIELD = CWD, \
// End of list
diff --git a/freebsd/ProcessField.h b/freebsd/ProcessField.h
index 5d985cfb..d20900d7 100644
--- a/freebsd/ProcessField.h
+++ b/freebsd/ProcessField.h
@@ -9,8 +9,8 @@ in the source distribution for its full text.
#define PLATFORM_PROCESS_FIELDS \
- JID = 100, \
- JAIL = 101, \
+ JID = 100, \
+ JAIL = 101, \
EMULATION = 102, \
\
DUMMY_BUMP_FIELD = CWD, \

© 2014-2024 Faster IT GmbH | imprint | privacy policy