1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/websh/files/patch-warnings
Mikhail Teterin e2ba04b2d6 Add a hunk, that I missed earlier, because I compiled with `-O0 -g'
here..

Notified by:	QAT
Feature safe:	yes
2010-02-25 03:55:54 +00:00

30 lines
709 B
Plaintext

Submitted to vendor:
http://issues.apache.org/bugzilla/show_bug.cgi?id=41523
-mi
--- ../generic/request_ap.c 2009-05-22 06:13:35.000000000 -0400
+++ ../generic/request_ap.c 2010-02-24 22:24:36.000000000 -0500
@@ -14,4 +14,5 @@
*/
+#include <ctype.h>
#include "tcl.h"
#include "hashutl.h"
@@ -100,5 +101,4 @@
if (!remote_user) {
- int ret = 0;
const char *pw = NULL;
const char *user = NULL;
--- ../generic/logutl.c 2009-09-14 11:11:40.000000000 -0400
+++ ../generic/logutl.c 2010-02-24 22:53:36.000000000 -0500
@@ -87,5 +87,5 @@
LogLevel *logLevel = NULL;
- int res;
+ int res = TCL_ERROR;
if ((logData == NULL) || (levelStr == NULL) || (msg == NULL))