Loading...
include/fmtmsg.h Libc-1725.40.4 Libc-997.1.1
--- Libc/Libc-1725.40.4/include/fmtmsg.h
+++ Libc/Libc-997.1.1/include/fmtmsg.h
@@ -23,20 +23,16 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: head/include/fmtmsg.h 236629 2012-06-05 19:42:57Z ed $
+ * $FreeBSD: src/include/fmtmsg.h,v 1.2 2002/08/05 16:37:05 mike Exp $
  */
 
 #ifndef _FMTMSG_H_
 #define	_FMTMSG_H_
 
-#include <_bounds.h>
-
-_LIBC_SINGLE_BY_DEFAULT()
-
 /* Source of condition is... */
 #define	MM_HARD		0x0001	/* ...hardware. */
 #define	MM_SOFT		0x0002	/* ...software. */
-#define	MM_FIRM		0x0004	/* ...firmware. */
+#define	MM_FIRM		0x0004	/* ...fireware. */
 
 /* Condition detected by... */
 #define	MM_APPL		0x0010	/* ...application. */