summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-06 16:17:12 +0000
committerjhb <jhb@FreeBSD.org>2000-10-06 16:17:12 +0000
commit7fb479f71b85477ac637a05ee690a618b10e8648 (patch)
tree6af3adee9e976c9ffe3910886ff0ed57fb795ac8 /sys
parent8d202cd4d055cb16038e4ab876d444ab8a29bca4 (diff)
downloadFreeBSD-src-7fb479f71b85477ac637a05ee690a618b10e8648.zip
FreeBSD-src-7fb479f71b85477ac637a05ee690a618b10e8648.tar.gz
Argh, make P_ALRMPEND and P_PROFPEND be different flags.
Submitted by: bde Pointy hat to: jhb
Diffstat (limited to 'sys')
-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 3a14e34..03bb2b6 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -286,7 +286,7 @@ struct proc {
#define P_WEXIT 0x02000 /* Working on exiting. */
#define P_EXEC 0x04000 /* Process called exec. */
#define P_ALRMPEND 0x08000 /* Pending SIGVTALRM needs to be posted. */
-#define P_PROFPEND 0x08000 /* Pending SIGPROF needs to be posted. */
+#define P_PROFPEND 0x10000 /* Pending SIGPROF needs to be posted. */
/* Should probably be changed into a hold count. */
/* was P_NOSWAP 0x08000 was: Do not swap upages; p->p_hold */
OpenPOWER on IntegriCloud