Skip to content

Commit 6115c8c

Browse files
brammooldouglaskayama
authored andcommitted
patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall) Solution: Remove it.
1 parent aa3488d commit 6115c8c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/os_unix.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@
6464
# include <sys/param.h> /* defines BSD, if it's a BSD system */
6565
#endif
6666

67-
/*
68-
* Sun defines FILE on SunOS 4.x.x, Solaris has a typedef for FILE
69-
*/
70-
#if defined(sun) && !defined(FILE)
71-
# define SOLARIS
72-
#endif
73-
7467
/*
7568
* Using getcwd() is preferred, because it checks for a buffer overflow.
7669
* Don't use getcwd() on systems do use system("sh -c pwd"). There is an

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ static char *(features[]) =
756756

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
692,
759761
/**/
760762
691,
761763
/**/

0 commit comments

Comments
 (0)