aboutsummaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
commit5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch)
tree4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sbin/modload
parent6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff)
Notes
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/modload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c
index 4787f11b9563..0efd0eab42ab 100644
--- a/sbin/modload/modload.c
+++ b/sbin/modload/modload.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: modload.c,v 1.6 1995/01/23 04:07:57 wollman Exp $
+ * $Id: modload.c,v 1.7 1995/03/16 17:11:21 wollman Exp $
*/
#include <stdio.h>
@@ -106,7 +106,7 @@ linkcmd(kernel, entry, outfile, address, object)
waitpid(pid, &status, 0);
if(WIFSIGNALED(status)) {
- errx(1, "%s got signal: %s", _PATH_LD,
+ errx(1, "%s got signal: %s", _PATH_LD,
sys_siglist[WTERMSIG(status)]);
}