Date: Wed, 25 May 2016 08:54:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209747] [exp-run] POSIX compliant basename()/dirname() Message-ID: <bug-209747-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209747 Bug ID: 209747 Summary: [exp-run] POSIX compliant basename()/dirname() Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: ed@FreeBSD.org CC: freebsd-ports-bugs@FreeBSD.org Hi there, I would hereby like to request an exp-run to see what would happen if FreeB= SD had POSIX compliant basename()/dirname() functions. Please make the followi= ng changes to /usr/include/libgen.h: --- libgen.h +++ libgen.h @@ -35,9 +35,9 @@ __BEGIN_DECLS -char *basename(const char *); +char *basename(char *); char *basename_r(const char *, char *); -char *dirname(const char *); +char *dirname(char *); #if 0 char *regcmp(const char *, ...); char *regex(const char *, const char *, ...); Do note that this change needs to be applied after installation; it is not sufficient for making buildworld pass. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209747-13>