#
5a457047 |
| 15-Aug-2010 |
Alex Hornung <ahornung@gmail.com> |
lvm - adjust visibility for devname
* adjust visibility in lib/dragonfly/dev.c to show devname(), avoiding truncation of higher 32 bits on x86_64, since otherwise the return value defaults to in
lvm - adjust visibility for devname
* adjust visibility in lib/dragonfly/dev.c to show devname(), avoiding truncation of higher 32 bits on x86_64, since otherwise the return value defaults to int.
Reported-by: Sascha Wildner (swildner@)
show more ...
|
#
b060a5b0 |
| 14-Aug-2010 |
Alex Hornung <ahornung@gmail.com> |
libdm/lvm - Fix bugs
* Allow adding symlinks to lvm's dev-cache by translating the symlink for udev/libdevattr.
* Don't include kdev_t.h in libdm since it has the wrong macros for MAJOR and MIN
libdm/lvm - Fix bugs
* Allow adding symlinks to lvm's dev-cache by translating the symlink for udev/libdevattr.
* Don't include kdev_t.h in libdm since it has the wrong macros for MAJOR and MINOR; instead include netbsd's version.
Reported-by: Matt Dillon (dillon@)
show more ...
|