Remove redundant semicolon in dev_type_cnbell.

This commit is contained in:
uwe 2006-06-01 00:43:37 +00:00
parent e81e00a1ad
commit 4c3245cf01

View File

@ -1,4 +1,4 @@
/* $NetBSD: cons.h,v 1.24 2005/12/11 12:20:53 christos Exp $ */
/* $NetBSD: cons.h,v 1.25 2006/06/01 00:43:37 uwe Exp $ */
/*
* Copyright (c) 1990, 1993
@ -133,7 +133,7 @@ void nullconsattach(int);
#define dev_type_cngetc(n) int n(dev_t)
#define dev_type_cnputc(n) void n(dev_t, int)
#define dev_type_cnpollc(n) void n(dev_t, int)
#define dev_type_cnbell(n) void n(dev_t, u_int, u_int, u_int);
#define dev_type_cnbell(n) void n(dev_t, u_int, u_int, u_int)
#define dev_type_cnhalt(n) void n(dev_t)
#define dev_type_cnflush(n) void n(dev_t)