summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2003-08-05 07:22:12 +0000
committerdds <dds@FreeBSD.org>2003-08-05 07:22:12 +0000
commite8caf8372e984d4b1873c3878aed0b47b76f5dba (patch)
tree9700e1bad6d402c00dd32bdbbfb056aab4ed327b /sys/dev/sym
parented1d8121c2d1b33f2c886c475109ef3f556b90c6 (diff)
downloadFreeBSD-src-e8caf8372e984d4b1873c3878aed0b47b76f5dba.zip
FreeBSD-src-e8caf8372e984d4b1873c3878aed0b47b76f5dba.tar.gz
Remove extraneous semicolons. They are already provided by
the macro definition, and cause the generation of syntactically incorrect code that gcc happens to accept. Reviewed by: schweikh (mentor) MFC after: 4 weeks
Diffstat (limited to 'sys/dev/sym')
-rw-r--r--sys/dev/sym/sym_fw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h
index 2f69231..65b2838 100644
--- a/sys/dev/sym/sym_fw.h
+++ b/sys/dev/sym/sym_fw.h
@@ -106,8 +106,8 @@ struct sym_fwa_ofs {
};
struct sym_fwb_ofs {
SYM_GEN_FW_B(u_short)
- SYM_GEN_B(u_short, start64);
- SYM_GEN_B(u_short, pm_handle);
+ SYM_GEN_B(u_short, start64)
+ SYM_GEN_B(u_short, pm_handle)
};
/*
@@ -119,8 +119,8 @@ struct sym_fwa_ba {
};
struct sym_fwb_ba {
SYM_GEN_FW_B(u32)
- SYM_GEN_B(u32, start64);
- SYM_GEN_B(u32, pm_handle);
+ SYM_GEN_B(u32, start64)
+ SYM_GEN_B(u32, pm_handle)
};
#undef SYM_GEN_A
#undef SYM_GEN_B
OpenPOWER on IntegriCloud