PERFORCE change 98399 for review

Shteryana Shopova shteryana at FreeBSD.org
Sat Jun 3 16:23:48 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=98399

Change 98399 by shteryana at 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
 


More information about the p4-projects mailing list