From d1d6d7a10ec1e6b442fea985dd2411849a6ee4f1 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Wed, 15 Jun 2005 18:47:56 +0000
Subject: [PATCH] fixed #define name on header file

---
 src/common/env.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/common/env.h b/src/common/env.h
index 6dcf50c3738..bdb3703f046 100644
--- a/src/common/env.h
+++ b/src/common/env.h
@@ -1,5 +1,5 @@
 /*****************************************************************************\
- * src/common/setenvpf.h - environment vector manipulation
+ * src/common/env.h - environment vector manipulation
  *****************************************************************************
  *  Copyright (C) 2002 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
@@ -23,8 +23,8 @@
  *  with SLURM; if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
 \*****************************************************************************/
-#ifndef _SETENVPF_H
-#define _SETENVPF_H
+#ifndef _ENV_H
+#define _ENV_H
 
 #include <slurm/slurm.h>
 #include <sys/utsname.h>
-- 
GitLab