diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 16:32:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 16:32:55 +0000 |
| commit | 006124d8112a0fc227c6bed50c9652198077b183 (patch) | |
| tree | 7c94ea2ccbe186ab5d2f7ca6104f8bc24c234978 /sys/dev/cy | |
| parent | ad05d58087d82617f723ee1a46c352770ba98cb1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 5 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 4e2e499da1a6..c8f24599352b 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -26,10 +26,11 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_compat.h" #include "cy.h" diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 4e2e499da1a6..c8f24599352b 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -26,10 +26,11 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_compat.h" #include "cy.h" |
