- it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete.

This commit is contained in:
Bernhard Reutner-Fischer
2006-08-28 23:39:36 +00:00
parent 73561cc75a
commit 8c1eda528a
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ int mu_main(int argc, char **argv)
int fd;
char mu;
fd = bb_xopen("/dev/random", O_RDONLY);
fd = xopen("/dev/random", O_RDONLY);
if ((n = safe_read(fd, &mu, 1)) < 1)
bb_perror_msg_and_die("/dev/random");