summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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, \