Author: gnn
Date: Thu May 15 18:12:47 2014
New Revision: 266166
URL: http://svnweb.freebsd.org/changeset/base/266166

Log:
  Extend the size of the function or symbol that can be annotated.
  
  MFC after:    2 weeks

Modified:
  head/usr.sbin/pmcannotate/pmcannotate.c

Modified: head/usr.sbin/pmcannotate/pmcannotate.c
==============================================================================
--- head/usr.sbin/pmcannotate/pmcannotate.c     Thu May 15 18:07:35 2014        
(r266165)
+++ head/usr.sbin/pmcannotate/pmcannotate.c     Thu May 15 18:12:47 2014        
(r266166)
@@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
 
 #include <unistd.h>
 
-#define        FNBUFF  161
-#define        LNBUFF  161
+#define        FNBUFF  512
+#define        LNBUFF  512
 
 #define        TMPPATH "/tmp/pmcannotate.XXXXXX"
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to