Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 21:01:34 GMT
From:      soc-shteryana <soc-shteryana@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90707 for review
Message-ID:  <200601302101.k0UL1YsW050658@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90707

Change 90707 by soc-shteryana@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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601302101.k0UL1YsW050658>