mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
Fix a "#ifdef" where a comparison operator was used.
GCC 2.96 does not like this.
This commit is contained in:
parent
b8b5f4629f
commit
bddc60b42c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69476
@ -135,7 +135,7 @@
|
||||
/*
|
||||
* _PATH_TCSHELL if you've change the installation location (vix)
|
||||
*/
|
||||
# ifdef _BSDI_VERSION >= 199701
|
||||
# if _BSDI_VERSION >= 199701
|
||||
# define _PATH_TCSHELL "/bin/tcsh"
|
||||
/* # undef SYSMALLOC */
|
||||
# define SYSMALLOC
|
||||
|
@ -135,7 +135,7 @@
|
||||
/*
|
||||
* _PATH_TCSHELL if you've change the installation location (vix)
|
||||
*/
|
||||
# ifdef _BSDI_VERSION >= 199701
|
||||
# if _BSDI_VERSION >= 199701
|
||||
# define _PATH_TCSHELL "/bin/tcsh"
|
||||
/* # undef SYSMALLOC */
|
||||
# define SYSMALLOC
|
||||
|
Loading…
Reference in New Issue
Block a user