From cf0c7b974f44af00887ea70b39bd62fe22155b8d Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 16 May 2004 13:03:27 +0000 Subject: [PATCH] * remove duplicate wordsinsigset --- rtl/netbsd/ptypes.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rtl/netbsd/ptypes.inc b/rtl/netbsd/ptypes.inc index 30216f366f..b9ff264752 100644 --- a/rtl/netbsd/ptypes.inc +++ b/rtl/netbsd/ptypes.inc @@ -100,12 +100,14 @@ CONST SYS_NMLN = 32; {BSD utsname struct limit} SIG_MAXSIG = 128; // highest signal version - wordsinsigset = 4; // words in sigset_t { $Log$ - Revision 1.5 2004-01-04 20:08:45 jonas + Revision 1.6 2004-05-16 13:03:27 peter + * remove duplicate wordsinsigset + + Revision 1.5 2004/01/04 20:08:45 jonas * moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to ptypes.inc (already there for Darwin)