mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
f22193f56a
PR: ports/96608 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
12 lines
316 B
C
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" );
|