[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Feb 24 19:23:18 EST 2003
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.
More information about the openssh-unix-dev
mailing list