Skip to content
Snippets Groups Projects
Commit d1d6d7a1 authored by Danny Auble's avatar Danny Auble
Browse files

fixed #define name on header file

parent 6240bb1e
No related branches found
No related tags found
No related merge requests found
/*****************************************************************************\ /*****************************************************************************\
* src/common/setenvpf.h - environment vector manipulation * src/common/env.h - environment vector manipulation
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 The Regents of the University of California. * Copyright (C) 2002 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
* with SLURM; if not, write to the Free Software Foundation, Inc., * with SLURM; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
\*****************************************************************************/ \*****************************************************************************/
#ifndef _SETENVPF_H #ifndef _ENV_H
#define _SETENVPF_H #define _ENV_H
#include <slurm/slurm.h> #include <slurm/slurm.h>
#include <sys/utsname.h> #include <sys/utsname.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment