From 148f6a16c14a2f10ec93793cb11ecf4a5e2b6de8 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Mon, 9 Feb 2015 03:46:13 +0000 Subject: i added a newline i shouldnt have queried by guenther@ --- sys/sys/proc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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. */ -- cgit v1.2.3