summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-02-09 03:46:13 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-02-09 03:46:13 +0000
commit148f6a16c14a2f10ec93793cb11ecf4a5e2b6de8 (patch)
tree0c4f21bc44e3ceac6109962b187e68f22c421ed5 /sys
parent72999c36b07df77ba691c28db8da808f939ce07d (diff)
i added a newline i shouldnt have
queried by guenther@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 8409c435fe8..894d0f6e793 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.195 2015/02/09 03:15:41 dlg Exp $ */
+/* $OpenBSD: proc.h,v 1.196 2015/02/09 03:46:12 dlg Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@ -364,7 +364,6 @@ struct proc {
#define P_PROFPEND 0x000002 /* SIGPROF needs to be posted */
#define P_ALRMPEND 0x000004 /* SIGVTALRM needs to be posted */
#define P_SIGSUSPEND 0x000008 /* Need to restore before-suspend mask*/
-
#define P_CANTSLEEP 0x000010 /* insomniac thread */
#define P_SELECT 0x000040 /* Selecting; wakeup/waiting danger. */
#define P_SINTR 0x000080 /* Sleep is interruptible. */