This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix inconsistent identification for including header file linux/utime.h in tapset


Hi Sunzen,

On Thu, 2009-05-14 at 10:11 +0800, Sunzen Wang wrote:
> Fix inconsistent identification for including header file
> linux/utime.h in tapset/aux_syscalls.stp.
> 
> When examining a generated C code file, the inconsistent
> identification was found, and is located to the trivial problem in
> tapset/aux_syscalls.stp.

Thanks, that did look odd. I pushed your fix as:

commit 4315a3e938ac70ae9ab435cc609b8291a93feaf4
Author: Sunzen Wang <sunzen@gmail.com>
Date:   Thu May 14 11:24:04 2009 +0200

Fix inconsistent indentation for including header file in aux_syscalls.stp.
    
* tapset/aux_syscalls.stp: Don't indent #include <linux/utime.h>.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]