From: Jorrit Herder Date: Wed, 3 Aug 2005 08:15:36 +0000 (+0000) Subject: Test .. no update. X-Git-Tag: v3.1.0~471 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=1f450f49590bf390d8982cea8c62afb0990ae573;p=minix.git Test .. no update. --- diff --git a/kernel/ipc.h b/kernel/ipc.h index 8e2a9651d..88e6a1770 100644 --- a/kernel/ipc.h +++ b/kernel/ipc.h @@ -46,4 +46,5 @@ /* Sanity check to make sure the send masks can be set. */ extern int dummy[(BITCHUNK_BITS-NR_TASKS > INIT_PROC_NR) ? 1 : -1]; + #endif /* IPC_H */