[BACK]Return to nbcompat.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ndis

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

Diff for /src/sys/compat/ndis/Attic/nbcompat.h between version 1.8 and 1.9

version 1.8, 2007/12/05 12:01:24 version 1.9, 2008/01/07 19:10:58
Line 100  int device_is_attached(device_t dev);
Line 100  int device_is_attached(device_t dev);
  */   */
 int  int
 ndis_kthread_create(void (*func)(void *), void *arg,  ndis_kthread_create(void (*func)(void *), void *arg,
     struct proc **newpp, void *stack, size_t stacksize, const char *fmt, ...);      struct proc **newpp, void *stack, size_t stacksize, const char *name);
   
 #endif /* _NBCOMPAT_H_ */  #endif /* _NBCOMPAT_H_ */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>