]> git.ipfire.org Git - thirdparty/grub.git/commit
Split make_system_path_relative_to_its_root into separate file
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 14:21:08 +0000 (16:21 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 14:21:08 +0000 (16:21 +0200)
commita4012f076498419d4133029820f27548860f5b7c
treeb217b6e2275b09c794340c6bb78c9f6a6083adae
parent31de274d29d804bb71a607f7fa2ac17766c21ea7
Split make_system_path_relative_to_its_root into separate file
relpath.c from getroot.c as it's common between unix and haiku
but otherwise haiku doesn't use any functions from unix getroot.c.
ChangeLog
Makefile.util.def
grub-core/osdep/aros/getroot.c
grub-core/osdep/aros/relpath.c [new file with mode: 0644]
grub-core/osdep/relpath.c [new file with mode: 0644]
grub-core/osdep/unix/getroot.c
grub-core/osdep/unix/relpath.c [new file with mode: 0644]
grub-core/osdep/windows/getroot.c
grub-core/osdep/windows/relpath.c [new file with mode: 0644]