From a114fa4f1f357895cf540972f20319b7a49c5984 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 25 Aug 2013 04:05:48 +0200
Subject: [PATCH] Removed debugging code corrupting last commit.

---
 src/rexit.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/rexit.c b/src/rexit.c
index cb69ccd..802de34 100644
--- a/src/rexit.c
+++ b/src/rexit.c
@@ -9,8 +9,6 @@
 #include "map.h" /* for Map struct */
 #include "keybindings.h" /* for KeysWinData, KeyBinding structs */
 
-#include "errno.h"
-
 
 /* The clean-up routine and the flag resource by which it decides what to do. */
 static uint8_t cleanup_flags = 0x00;
@@ -73,7 +71,6 @@ extern void exit_err(uint8_t err, struct World * world, char * msg)
         msg = "Some error encountered. Aborted.";
     }
     printf("%s\n", msg);
-    errno = 0;
     perror("errno states");
     exit(EXIT_FAILURE);
 }
-- 
2.30.2