Displaying 2 results from an estimated 2 matches for "2616e46".
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
...fs down to print_mount().
fixes http://bugs.debian.org/491067
requested for casper live cd initramfs.
Cc: Colin Watson <cjwatson at ubuntu.com>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/utils/mount_main.c b/usr/utils/mount_main.c
index 2616e46..89e75d7 100644
--- a/usr/utils/mount_main.c
+++ b/usr/utils/mount_main.c
@@ -26,7 +26,7 @@ static __noreturn usage(void)
exit(1);
}
-static __noreturn print_mount(void)
+static __noreturn print_mount(char *type)
{
FILE *mfp;
struct mntent *mnt;
@@ -40,6 +40,8 @@ static __noreturn print_m...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...fs down to print_mount().
fixes http://bugs.debian.org/491067
requested for casper live cd initramfs.
Cc: Colin Watson <cjwatson at ubuntu.com>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/utils/mount_main.c b/usr/utils/mount_main.c
index 2616e46..89e75d7 100644
--- a/usr/utils/mount_main.c
+++ b/usr/utils/mount_main.c
@@ -26,7 +26,7 @@ static __noreturn usage(void)
exit(1);
}
-static __noreturn print_mount(void)
+static __noreturn print_mount(char *type)
{
FILE *mfp;
struct mntent *mnt;
@@ -40,6 +40,8 @@ static __noreturn print_m...