Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        eterm_debug.h feature.h 


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

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

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/eterm_debug.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- eterm_debug.h       11 Jan 2004 22:10:29 -0000      1.12
+++ eterm_debug.h       28 Jun 2004 16:36:57 -0000      1.13
@@ -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/feature.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- feature.h   28 Jun 2004 16:15:18 -0000      1.40
+++ feature.h   28 Jun 2004 16:36:57 -0000      1.41
@@ -295,7 +295,10 @@
 #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 */




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to