[BACK]Return to ktrace.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ktrace

Diff for /src/usr.bin/ktrace/ktrace.c between version 1.33 and 1.34

version 1.33, 2016/07/18 09:36:50 version 1.34, 2017/06/11 17:32:19
Line 250 
Line 250 
 static void  static void
 no_ktrace(int signo)  no_ktrace(int signo)
 {  {
         char buf[8192];          dprintf(STDERR_FILENO,
   
         snprintf(buf, sizeof(buf),  
 "error:\tktrace() system call not supported in the running kernel\n\tre-compile kernel with 'option KTRACE'\n");  "error:\tktrace() system call not supported in the running kernel\n\tre-compile kernel with 'option KTRACE'\n");
         write(STDERR_FILENO, buf, strlen(buf));  
         _exit(1);          _exit(1);
 }  }

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34