mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
ftrace is already initialized
This commit is contained in:
parent
ee5f51df8f
commit
98815cc740
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81604
@ -56,7 +56,7 @@ __RCSID("$NetBSD$");
|
||||
#define NRECORDS 50 /* size of circular trace buffer */
|
||||
|
||||
int tracelevel, new_tracelevel;
|
||||
FILE *ftrace = stdout; /* output trace file */
|
||||
FILE *ftrace; /* output trace file */
|
||||
static const char *sigtrace_pat = "%s";
|
||||
static char savetracename[MAXPATHLEN+1];
|
||||
char inittracename[MAXPATHLEN+1];
|
||||
|
Loading…
Reference in New Issue
Block a user