オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /branches/ccs-patch/fs/sakura_chroot.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2762 by kumaneko, Fri Jul 3 14:06:48 2009 UTC revision 2763 by kumaneko, Tue Jul 14 06:43:53 2009 UTC
# Line 12  Line 12 
12   *   *
13   */   */
14    
15  #include <linux/ccs_common.h>  #include <linux/version.h>
 #include <linux/sakura.h>  
 #include <linux/realpath.h>  
16  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)
17    #include <linux/dcache.h>
18  #include <linux/namei.h>  #include <linux/namei.h>
19  #else  #else
20  #include <linux/fs.h>  #include <linux/fs.h>
21  #endif  #endif
22    #include <linux/ccs_common.h>
23    #include <linux/sakura.h>
24    
25  /**  /**
26   * ccs_audit_chroot_log - Audit chroot log.   * ccs_audit_chroot_log - Audit chroot log.

Legend:
Removed from v.2762  
changed lines
  Added in v.2763

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26