From 706ba6f77aeac47476be3d95bc49d8f8a6e5b5af Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 13 Apr 2002 19:34:24 +0000
Subject: [PATCH] #including limits.h was changing the size of sbbs_t!

---
 src/sbbs3/main.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index ba0046865c..062e16072c 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -35,11 +35,6 @@
  * Note: If this box doesn't appear square, then you need to fix your tabs.	*
  ****************************************************************************/
 
-#include <limits.h>		/* INT_MAX */
-#if defined(__unix__)
-	#include <signal.h>	/* do we need bsd/signal on Linux? */
-#endif
-
 #include "sbbs.h"
 #include "ident.h"
 #include "telnet.h" 
-- 
GitLab