7b8ebbcc99
While there get rid of USE_GROFF, and fix some implicit declaration warnings at compile time. OK landry@, stu@
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
$OpenBSD: patch-tools_lemon_c,v 1.1 2011/01/05 17:50:48 sebastia Exp $
|
|
|
|
fix implicit declaration compilation warning.
|
|
|
|
--- tools/lemon.c.orig Sun Dec 12 10:16:41 2010
|
|
+++ tools/lemon.c Sun Dec 12 10:16:53 2010
|
|
@@ -2985,6 +2985,7 @@ struct lemon *lemp;
|
|
FILE *in;
|
|
char *tpltname;
|
|
char *cp;
|
|
+ extern int access();
|
|
|
|
cp = strrchr(lemp->filename,'.');
|
|
if( cp ){
|