1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/dmake/files/patch-getinp.c
Sergey Matveychuk f22193f56a - Update to 4.4
PR:		ports/96608
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2006-05-01 20:21:13 +00:00

12 lines
316 B
C

--- getinp.c.orig Thu Apr 20 22:38:09 2006
+++ getinp.c Thu Apr 20 22:39:39 2006
@@ -497,7 +497,7 @@
static short action[MAX_COND_DEPTH];
static char ifcntl[MAX_COND_DEPTH];
char *lhs, *expr, *expr_end;
- char *lop;
+ const char *lop;
int result;
DB_ENTER( "_handle_conditional" );