Imported Upstream version 2.4.5
[debian/amanda] / common-src / alloc.c
index 07bab02fc09b86ecadf390c4cc27479ecc0136f5..ce5d1b3ec5a684aca078da0d89d40f6df47c76d8 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: alloc.c,v 1.17.2.1.4.3.2.3 2002/10/27 14:31:18 martinea Exp $
+ * $Id: alloc.c,v 1.17.2.1.4.3.2.3.2.1 2004/08/31 12:46:06 martinea Exp $
  *
  * Memory allocators with error handling.  If the allocation fails,
  * errordump() is called, relieving the caller from checking the return
@@ -439,6 +439,9 @@ safe_env()
 {
     static char *safe_env_list[] = {
        "TZ",
+#ifdef __CYGWIN__
+       "SYSTEMROOT",
+#endif
 #ifdef NEED_PATH_ENV
        "PATH",
 #endif