Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/ic



Jason R Thorpe <thorpej%NetBSD.org@localhost> writes:

> Module Name:  src
> Committed By: thorpej
> Date:         Fri Aug 29 01:37:13 UTC 2003
> 
> Modified Files:
>       src/sys/dev/ic: aic79xx.c aic79xx_osm.h
> 
> Log Message:
> Apply the following change made on 5/26/2003 21:43:29 by gibbs to the
> FreeBSD ahd driver:
> 
> aic79xx.c:
> aic79xx_osm.h:
> aic7xxx_osm.h:
>       Explicitly define functions that take no arguments
>       with "(void)"
> 
> Approved by: RE
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/aic79xx.c
> cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/aic79xx_osm.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

As comment says, aic7xxx_osm.h has a function doesn't take args but
is defined using ().

enami.



Home | Main Index | Thread Index | Old Index