Date: Sat, 3 Jun 2006 16:22:09 GMT From: Shteryana Shopova <shteryana@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 98399 for review Message-ID: <200606031622.k53GM9TA050543@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98399 Change 98399 by shteryana@prometheus on 2006/06/03 16:21:17 make the project compile again (to compile it using philip's trick with symlinks one needs a 'ln -sf /usr/src/usr.sbin/lpr lpr' under usr.sbin) Affected files ... .. //depot/projects/soc2005/bsnmp/lib/libbsnmp/libbsnmp/bsnmptools.c#3 edit Differences ... ==== //depot/projects/soc2005/bsnmp/lib/libbsnmp/libbsnmp/bsnmptools.c#3 (text+ko) ==== @@ -42,7 +42,7 @@ #include "snmpclient.h" #include "bsnmptools.h" -extern int debug_on; +int debug_on = 0; #define DEBUG_ARG if(debug_on) fprintf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606031622.k53GM9TA050543>