aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/atm_subr.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1999-01-27 22:42:27 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1999-01-27 22:42:27 +0000
commit831a80b0d5d50e416fe5e4b237d3a9fd4eea00b8 (patch)
treef992000fa6fa60b61396de4df4bebeada04cda79 /sys/netatm/atm_subr.c
parentbe317f36a9bf314d51d60720160fc0677390c728 (diff)
downloadsrc-831a80b0d5d50e416fe5e4b237d3a9fd4eea00b8.tar.gz
src-831a80b0d5d50e416fe5e4b237d3a9fd4eea00b8.zip
Fix warnings in preparation for adding -Wall -Wcast-qual to the
kernel compile
Notes
Notes: svn path=/head/; revision=43305
Diffstat (limited to 'sys/netatm/atm_subr.c')
-rw-r--r--sys/netatm/atm_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netatm/atm_subr.c b/sys/netatm/atm_subr.c
index 328b6be5a57f..261ea109ad2e 100644
--- a/sys/netatm/atm_subr.c
+++ b/sys/netatm/atm_subr.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_subr.c,v 1.2 1998/09/17 09:34:59 phk Exp $
+ * @(#) $Id: atm_subr.c,v 1.3 1998/10/31 20:06:54 phk Exp $
*
*/
@@ -38,7 +38,7 @@
#include <netatm/kern_include.h>
#ifndef lint
-__RCSID("@(#) $Id: atm_subr.c,v 1.2 1998/09/17 09:34:59 phk Exp $");
+__RCSID("@(#) $Id: atm_subr.c,v 1.3 1998/10/31 20:06:54 phk Exp $");
#endif
@@ -54,7 +54,7 @@ struct ifqueue atm_intrq;
#ifdef sgi
int atm_intr_index;
#endif
-struct atm_sock_stat atm_sock_stat = {0};
+struct atm_sock_stat atm_sock_stat = { { 0 } };
int atm_init = 0;
int atm_debug = 0;
int atm_dev_print = 0;