# HG changeset patch # User Bram Moolenaar # Date 1428610101 -7200 # Node ID 9a07975061edaee1d985953fb5fcf96923a0b35f # Parent 9ae4737fc48feaabf6bc3661f659b381e3a6b3bf patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall) Solution: Remove it. diff --git a/src/os_unix.h b/src/os_unix.h --- a/src/os_unix.h +++ b/src/os_unix.h @@ -65,13 +65,6 @@ #endif /* - * Sun defines FILE on SunOS 4.x.x, Solaris has a typedef for FILE - */ -#if defined(sun) && !defined(FILE) -# define SOLARIS -#endif - -/* * Using getcwd() is preferred, because it checks for a buffer overflow. * Don't use getcwd() on systems do use system("sh -c pwd"). There is an * autoconf check for this. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 692, +/**/ 691, /**/ 690,