aboutsummaryrefslogtreecommitdiffstats
path: root/unload.c
diff options
context:
space:
mode:
Diffstat (limited to 'unload.c')
-rw-r--r--unload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unload.c b/unload.c
index a1005c2..eb017fe 100644
--- a/unload.c
+++ b/unload.c
@@ -36,7 +36,7 @@ main(int argc, char *argv[])
if (-1 == (fd = open(device, O_RDONLY))) {
fprintf(stderr,"%s: can't open %s: %s\n",prog,device,
- sys_errlist[errno]);
+ strerror(errno));
exit(1);
}