bugzilla-daemon at mindrot.org
2003-Feb-19 08:13 UTC
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 ------- Additional Comments From vinschen at redhat.com 2003-02-19 19:13 ------- Created an attachment (id=233) --> (http://bugzilla.mindrot.org/attachment.cgi?id=233&action=view) Solves the progressmeter.c build problems ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Feb-24 01:56 UTC
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From djm at mindrot.org 2003-02-24 12:56 ------- Mostly applied - thanks. I committed everything except for the basename() replacement. Instead, I took the implementation from OpenBSD libc and added it to openbsd-compat. Please test and reopen if I have further broken things :) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Feb-24 08:23 UTC
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 vinschen at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From vinschen at redhat.com 2003-02-24 19:23 ------- Looks good so far but... uhm... shouldn't that be: Index: openbsd-compat/basename.h ==================================================================RCS file: /cvs/openssh_cvs/openbsd-compat/basename.h,v retrieving revision 1.1 diff -p -u -r1.1 basename.h --- openbsd-compat/basename.h 24 Feb 2003 01:55:56 -0000 1.1 +++ openbsd-compat/basename.h 24 Feb 2003 08:17:42 -0000 @@ -6,7 +6,7 @@ #if !defined(HAVE_BASENAME) -char *getcwd(char *pt, size_t size); +char *basename(char *path); #endif /* !defined(HAVE_BASENAME) */ #endif /* _BASENAME_H */ ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Mar-10 00:25 UTC
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From djm at mindrot.org 2003-03-10 11:25 ------- Applied a week or two ago. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.