bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Windows Build Broken - Feature Branch


From: Conrad T. Pino
Subject: RE: Windows Build Broken - Feature Branch
Date: Fri, 14 May 2004 10:52:57 -0700

Houston we have a go!!!

Replies to other open threads follow.
Expect formal patch submission shortly.

Minimum changes to get a compile are:

1. fix 1 oops in "woe32.c"
2. add 2 files to libcvs

Index: lib/libcvs.dsp
===================================================================
RCS file: /cvs/ccvs/lib/libcvs.dsp,v
retrieving revision 1.4
diff -u -p -r1.4 libcvs.dsp
--- lib/libcvs.dsp      26 Apr 2004 14:16:56 -0000      1.4
+++ lib/libcvs.dsp      14 May 2004 17:50:47 -0000
@@ -85,6 +85,10 @@ LIB32=link.exe -lib
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 # Begin Source File
 
+SOURCE=.\basename.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\exitfail.c
 # End Source File
 # Begin Source File
@@ -109,6 +113,10 @@ SOURCE=.\getopt1.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\gettime.c
+# End Source File
+# Begin Source File
+
 SOURCE=".\printf-args.c"
 # End Source File
 # Begin Source File
Index: windows-NT/woe32.c
===================================================================
RCS file: /cvs/ccvs/windows-NT/woe32.c,v
retrieving revision 1.3
diff -u -p -r1.3 woe32.c
--- windows-NT/woe32.c  14 May 2004 13:32:36 -0000      1.3
+++ windows-NT/woe32.c  14 May 2004 17:50:47 -0000
@@ -63,7 +63,7 @@ unsigned sleep(unsigned seconds)
  * Sleep at least some number of microseconds, specified with nanosecond
  * resolution and rounding up to the nearest microsecond.
  */
-int my_usleep (const struct timespec *delay)
+int my_usleep (const struct timespec *ts_delay)
 {
     struct timeval tv_delay;
     tv_delay.tv_sec = ts_delay->tv_sec;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]