[BACK]Return to qd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / qbus

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/qbus/qd.c between version 1.38.4.2 and 1.38.4.3

version 1.38.4.2, 2007/11/21 21:55:46 version 1.38.4.3, 2007/12/09 19:37:56
Line 1623  qdkqfilter(dev_t dev, struct knote *kn)
Line 1623  qdkqfilter(dev_t dev, struct knote *kn)
                 break;                  break;
   
         default:          default:
                 return (1);                  return (EINVAL);
         }          }
   
         kn->kn_hook = (void *)(intptr_t) dev;          kn->kn_hook = (void *)(intptr_t) dev;

Legend:
Removed from v.1.38.4.2  
changed lines
  Added in v.1.38.4.3

CVSweb <webmaster@jp.NetBSD.org>