summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 46f01ee..deddf48 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -469,7 +469,7 @@ struct proc {
#define P_KSES 0x08000 /* Process is using KSEs. */
/* Should be moved to machine-dependent areas. */
-#define P_BUFEXHAUST 0x100000 /* Dirty buffers flush is in progress. */
+#define P_UNUSED100000 0x100000
#define P_COWINPROGRESS 0x400000 /* Snapshot copy-on-write in progress. */
#define P_JAILED 0x1000000 /* Process is in jail. */
OpenPOWER on IntegriCloud