[BACK]Return to apm.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / macppc / dev

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

Diff for /src/sys/arch/macppc/dev/apm.c between version 1.3 and 1.4

version 1.3, 2002/09/27 20:33:32 version 1.4, 2002/10/02 05:30:39
Line 114  static int apm_record_event __P((struct 
Line 114  static int apm_record_event __P((struct 
 #endif  #endif
 #endif  #endif
   
 const struct cfattach apm_ca = {  CFATTACH_DECL(apm, sizeof(struct apm_softc),
         sizeof(struct apm_softc), apmmatch, apmattach      apmmatch, apmattach, NULL, NULL);
 };  
   
 #ifdef __OpenBSD__  #ifdef __OpenBSD__
 struct cfdriver apm_cd = {  struct cfdriver apm_cd = {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>