summaryrefslogtreecommitdiffstats
path: root/sbin/modload/modload.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/modload/modload.c')
-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 1901ee6..4787f11 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.5 1994/09/24 03:18:32 wollman Exp $
+ * $Id: modload.c,v 1.6 1995/01/23 04:07:57 wollman Exp $
*/
#include <stdio.h>
@@ -116,7 +116,7 @@ linkcmd(kernel, entry, outfile, address, object)
}
if(WEXITSTATUS(status) != 0) {
- errx(1, "%s: return code %d", WEXITSTATUS(status));
+ errx(1, "%s: return code %d", _PATH_LD, WEXITSTATUS(status));
}
}
OpenPOWER on IntegriCloud