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

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

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

revision 1015 by kumaneko, Tue Mar 4 04:04:39 2008 UTC revision 1016 by kumaneko, Tue Mar 4 05:51:18 2008 UTC
# Line 1537  int CheckSupervisor(const char *fmt, ... Line 1537  int CheckSupervisor(const char *fmt, ...
1537    
1538  static int PollQuery(struct file *file, poll_table *wait)  static int PollQuery(struct file *file, poll_table *wait)
1539  {  {
1540          int found;          bool found;
1541          /***** CRITICAL SECTION START *****/          /***** CRITICAL SECTION START *****/
1542          spin_lock(&query_lock);          spin_lock(&query_lock);
1543          found = !list_empty(&query_list);          found = !list_empty(&query_list);

Legend:
Removed from v.1015  
changed lines
  Added in v.1016

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