Mon Jun 28 12:34:36 2004 Michael Jennings (mej)

Cleaning up some warnings.
----------------------------------------------------------------------


SVN revision: 10609
This commit is contained in:
Michael Jennings 2004-06-28 16:36:57 +00:00
parent 6ca328e9c7
commit d493c1b5d5
3 changed files with 8 additions and 3 deletions

View File

@ -5225,3 +5225,7 @@ Chris Schoeneman <crs23@bigfoot.com> pointed out that Eterm didn't get
keypresses if another app (like synergy) decided to listen for its
events. This should correct that behavior.
----------------------------------------------------------------------
Mon Jun 28 12:34:36 2004 Michael Jennings (mej)
Cleaning up some warnings.
----------------------------------------------------------------------

View File

@ -38,8 +38,6 @@
# define D_SELECT(x) DPRINTF1(x)
# define DEBUG_UTMP 1
# define D_UTMP(x) DPRINTF1(x)
# define DEBUG_OPTIONS 1
# define D_OPTIONS(x) DPRINTF1(x)
# define DEBUG_IMLIB 1
# define D_IMLIB(x) DPRINTF1(x)
# define DEBUG_PIXMAP 1

View File

@ -295,7 +295,10 @@ inline void *memmove(void *, const void *, size_t);
#endif
#if defined(_POSIX_VERSION) && defined(_POSIX_SAVED_IDS) && (_POSIX_SAVED_IDS == 1)
# define HAVE_SAVED_UIDS 1
# ifdef HAVE_SAVED_UIDS
# undef HAVE_SAVED_UIDS
# endif
# define HAVE_SAVED_UIDS 1
#endif
/* utmp doesn't work on CygWin32 */