PERFORCE change 90707 for review

soc-shteryana soc-shteryana at FreeBSD.org
Mon Jan 30 13:01:36 PST 2006


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

Change 90707 by soc-shteryana at prometheus on 2006/01/30 21:01:27

	       Make the project compile again by adding the dummy int - should be removed later	

Affected files ...

.. //depot/projects/soc2005/bsnmp/contrib/bsnmp/snmpd/main.c#4 edit

Differences ...

==== //depot/projects/soc2005/bsnmp/contrib/bsnmp/snmpd/main.c#4 (text+ko) ====

@@ -64,6 +64,9 @@
 #define	PATH_PID	"/var/run/%s.pid"
 #define PATH_CONFIG	"/etc/%s.config"
 
+/* dummy int so that the project may actually compile -remove that */
+int debug_on = 0;
+
 uint64_t this_tick;	/* start of processing of current packet (absolute) */
 uint64_t start_tick;	/* start of processing */
 


More information about the p4-projects mailing list