Update xombrero to latest version 1.2.2 Pass maintainership to me PR: ports/169860 Submitted by: HU Dong <itechbear@gmail.com> Approved by: maintainer, kwm (mentor)
11 lines
303 B
C
11 lines
303 B
C
--- ./xombrero.c.orig 2012-07-25 17:37:55.000000000 -0400
|
|
+++ ./xombrero.c 2012-07-31 08:13:02.000000000 -0400
|
|
@@ -1423,7 +1423,7 @@
|
|
{
|
|
struct passwd *pwd;
|
|
int i;
|
|
- char user[LOGIN_NAME_MAX];
|
|
+ char user[sysconf(_SC_LOGIN_NAME_MAX)];
|
|
const char *sc = s;
|
|
|
|
if (path == NULL || s == NULL)
|