diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-08 23:57:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-09 00:05:58 +0000 |
commit | dfe7d917154afce0e4016a60f142bd540677930f (patch) | |
tree | bd433f1c4d777ca2c09d6cc0c1736d9de5503e55 /src/OS/os.h-HP-UX | |
parent | dc8091e7b9eb80b77699ac59de3f39eedef65c04 (diff) |
Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
Broken-by: bc3c7bb7d4ab
Diffstat (limited to 'src/OS/os.h-HP-UX')
-rw-r--r-- | src/OS/os.h-HP-UX | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX index 1b599231d..4998734f6 100644 --- a/src/OS/os.h-HP-UX +++ b/src/OS/os.h-HP-UX @@ -10,7 +10,6 @@ #define FSCALE 1.0 #define HAVE_SYS_STATVFS_H -#define MISSING_UNSETENV_3 #define F_FREESP O_TRUNC #define NEED_H_ERRNO 1 |