diff options
| author | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-01-13 23:30:52 +0000 |
|---|---|---|
| committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-01-13 23:30:52 +0000 |
| commit | c755a680b5cdf95699204f29bae336936af6911b (patch) | |
| tree | 61be0f8a8d3111af1eb3ca9f57a0040450db79e4 /net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c | |
| parent | Update ICBM coordinates. Darn, all this time I was inactive I thought (diff) | |
Add new 4.1 branch of the Samba suite.
Sponsored by: aliens
Diffstat (limited to 'net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c')
| -rw-r--r-- | net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c b/net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c new file mode 100644 index 000000000000..7e45b1f09fcc --- /dev/null +++ b/net/samba41/files/patch-source4__heimdal__lib__roken__rkpty.c @@ -0,0 +1,11 @@ +--- source4/heimdal/lib/roken/rkpty.c.orig 2013-11-05 12:05:01.120532069 +0000 ++++ source4/heimdal/lib/roken/rkpty.c 2013-11-05 12:05:17.764730404 +0000 +@@ -232,7 +232,7 @@ + errx(1, "timeout waiting for %s (line %u)", + c->str, c->lineno); + else if (alarmset) +- errx(1, "got a signal %d waiting for %s (line %u)", ++ errx(1, "got a signal %ld waiting for %s (line %u)", + alarmset, c->str, c->lineno); + if (sret <= 0) + errx(1, "end command while waiting for %s (line %u)", |
