This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/472] New: mktime.c refers to no-longer-used symbol HAVE_TIME_R_POSIX


Here's a patch to fix an obvious oversight in mktime.c.

2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>

	Imported from gnulib.
	* time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX;
	no longer used.

--- 4/time/mktime.c	2004-10-22 13:13:56 -0700
+++ 5/time/mktime.c	2004-10-22 14:28:30 -0700
@@ -535,6 +535,6 @@ main (int argc, char **argv)
 
 /*
 Local Variables:
-compile-command: "gcc -DDEBUG -DHAVE_TIME_R_POSIX -Wall -W -O -g mktime.c -o
mktime"
+compile-command: "gcc -DDEBUG -Wall -W -O -g mktime.c -o mktime"
 End:
 */

-- 
           Summary: mktime.c refers to no-longer-used symbol
                    HAVE_TIME_R_POSIX
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: eggert at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: NA
  GCC host triplet: NA
GCC target triplet: NA


http://sources.redhat.com/bugzilla/show_bug.cgi?id=472

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]