summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1999-11-17 05:06:52 +0000
committerken <ken@FreeBSD.org>1999-11-17 05:06:52 +0000
commitf491f5dd5845fe6d70d12f3e4078f19e7d0e0937 (patch)
tree7c20916a852864d999bdb7d6490ba86c212d990c /sys/cam/cam.h
parent14a15966c5f7192bb612a331a2ef1676644cf864 (diff)
downloadFreeBSD-src-f491f5dd5845fe6d70d12f3e4078f19e7d0e0937.zip
FreeBSD-src-f491f5dd5845fe6d70d12f3e4078f19e7d0e0937.tar.gz
Get rid of some trailing commas in enumerated types that cause gcc to
complain when some warnings are turned on. Requested by: Bertrand Petit <elrond@phoe.frmug.org>
Diffstat (limited to 'sys/cam/cam.h')
-rw-r--r--sys/cam/cam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam.h b/sys/cam/cam.h
index 7f65603..b185457 100644
--- a/sys/cam/cam.h
+++ b/sys/cam/cam.h
@@ -149,7 +149,7 @@ typedef enum {
CAM_RELEASE_SIMQ = 0x100,/* SIM ready to take more commands */
CAM_SIM_QUEUED = 0x200,/* SIM has this command in it's queue */
- CAM_STATUS_MASK = 0x3F, /* Mask bits for just the status # */
+ CAM_STATUS_MASK = 0x3F /* Mask bits for just the status # */
} cam_status;
__BEGIN_DECLS
OpenPOWER on IntegriCloud