diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
| commit | 64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch) | |
| tree | aefb113b164ae28daefaf0405ca5e96fb421781f /extlinux/extlinux.c | |
| parent | a80b07e7fb8feec668a435101659e3ed94015a23 (diff) | |
| download | syslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz | |
Stealth whitespace cleanup (automated)
Diffstat (limited to 'extlinux/extlinux.c')
| -rw-r--r-- | extlinux/extlinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlinux/extlinux.c b/extlinux/extlinux.c index 75de5b9f..5ed548fc 100644 --- a/extlinux/extlinux.c +++ b/extlinux/extlinux.c @@ -681,7 +681,7 @@ install_loader(const char *path, int update_only) a new device with the appropriate device type */ snprintf(devname_buf, sizeof devname_buf, "/tmp/dev-%u:%u", major(st.st_dev), minor(st.st_dev)); - + if (mknod(devname_buf, S_IFBLK|0600, st.st_dev)) { fprintf(stderr, "%s: cannot create device %s\n", program, devname); return 1; |
