summaryrefslogtreecommitdiffstats
path: root/include/fmtmsg.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-08-05 16:37:05 +0000
committermike <mike@FreeBSD.org>2002-08-05 16:37:05 +0000
commit21798e4a9c9ecbcfd20468f900e3f01b06912220 (patch)
tree8600ea36c22fca1b3237a01c3ef90b4a35f30eb8 /include/fmtmsg.h
parent5a59c1aa367618b2a32c35d53d4da883a8756151 (diff)
downloadFreeBSD-src-21798e4a9c9ecbcfd20468f900e3f01b06912220.zip
FreeBSD-src-21798e4a9c9ecbcfd20468f900e3f01b06912220.tar.gz
Fix some style bugs.
Submitted by: bde
Diffstat (limited to 'include/fmtmsg.h')
-rw-r--r--include/fmtmsg.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/include/fmtmsg.h b/include/fmtmsg.h
index 0de69c2..32f0970 100644
--- a/include/fmtmsg.h
+++ b/include/fmtmsg.h
@@ -30,18 +30,18 @@
#define _FMTMSG_H_
/* Source of condition is... */
-#define MM_HARD 0x0001 /* hardware. */
-#define MM_SOFT 0x0002 /* software. */
-#define MM_FIRM 0x0004 /* fireware. */
+#define MM_HARD 0x0001 /* ...hardware. */
+#define MM_SOFT 0x0002 /* ...software. */
+#define MM_FIRM 0x0004 /* ...fireware. */
/* Condition detected by... */
-#define MM_APPL 0x0010 /* application. */
-#define MM_UTIL 0x0020 /* utility. */
-#define MM_OPSYS 0x0040 /* operating system. */
+#define MM_APPL 0x0010 /* ...application. */
+#define MM_UTIL 0x0020 /* ...utility. */
+#define MM_OPSYS 0x0040 /* ...operating system. */
/* Display on... */
-#define MM_PRINT 0x0100 /* standard error. */
-#define MM_CONSOLE 0x0200 /* system console. */
+#define MM_PRINT 0x0100 /* ...standard error. */
+#define MM_CONSOLE 0x0200 /* ...system console. */
#define MM_RECOVER 0x1000 /* Recoverable error. */
#define MM_NRECOV 0x2000 /* Non-recoverable error. */
@@ -67,6 +67,7 @@
#define MM_NOCON 2 /* Failed to output to console. */
#define MM_NOTOK 3 /* Failed to output anything. */
-int fmtmsg(long, const char *, int, const char *, const char *, const char *);
+int fmtmsg(long, const char *, int, const char *, const char *,
+ const char *);
-#endif /* _FMTMSG_H_ */
+#endif /* !_FMTMSG_H_ */
OpenPOWER on IntegriCloud