Browse Source

* remove duplicate wordsinsigset

peter 21 years ago
parent
commit
cf0c7b974f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      rtl/netbsd/ptypes.inc

+ 4 - 2
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)