Fix error message.
authorMatt Kraai <kraai@debian.org>
Mon, 23 Oct 2000 17:55:27 +0000 (17:55 -0000)
committerMatt Kraai <kraai@debian.org>
Mon, 23 Oct 2000 17:55:27 +0000 (17:55 -0000)
insmod.c
modutils/insmod.c

index 8267606e10ab5701d64595dcd8f91cdf703f5e90..2b7ae961a12c8473710ace9541a065826f57fa36 100644 (file)
--- a/insmod.c
+++ b/insmod.c
@@ -77,7 +77,7 @@
 #ifndef MODUTILS_MODULE_H
 #define MODUTILS_MODULE_H 1
 
-#ident "$Id: insmod.c,v 1.26 2000/09/28 20:52:55 proski Exp $"
+#ident "$Id: insmod.c,v 1.27 2000/10/23 17:55:27 kraai Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -283,7 +283,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 #define MODUTILS_OBJ_H 1
 
-#ident "$Id: insmod.c,v 1.26 2000/09/28 20:52:55 proski Exp $"
+#ident "$Id: insmod.c,v 1.27 2000/10/23 17:55:27 kraai Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */
 
@@ -2964,7 +2964,7 @@ extern int insmod_main( int argc, char **argv)
                                m_size);
                goto out;
        default:
-               errorMsg("create_module: %s: %s", m_name, strerror(errno));
+               errorMsg("create_module: %s: %s\n", m_name, strerror(errno));
                goto out;
        }
 
index 8267606e10ab5701d64595dcd8f91cdf703f5e90..2b7ae961a12c8473710ace9541a065826f57fa36 100644 (file)
@@ -77,7 +77,7 @@
 #ifndef MODUTILS_MODULE_H
 #define MODUTILS_MODULE_H 1
 
-#ident "$Id: insmod.c,v 1.26 2000/09/28 20:52:55 proski Exp $"
+#ident "$Id: insmod.c,v 1.27 2000/10/23 17:55:27 kraai Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -283,7 +283,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 #define MODUTILS_OBJ_H 1
 
-#ident "$Id: insmod.c,v 1.26 2000/09/28 20:52:55 proski Exp $"
+#ident "$Id: insmod.c,v 1.27 2000/10/23 17:55:27 kraai Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */
 
@@ -2964,7 +2964,7 @@ extern int insmod_main( int argc, char **argv)
                                m_size);
                goto out;
        default:
-               errorMsg("create_module: %s: %s", m_name, strerror(errno));
+               errorMsg("create_module: %s: %s\n", m_name, strerror(errno));
                goto out;
        }