]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / linux-uml-2.4.26 / 07-mconsole_dir_cleanup.patch
1 Index: linux-2.4.24-2/arch/um/kernel/umid.c
2 --- linux-2.4.24-2/arch/um/kernel/umid.c        16 Feb 2004 00:10:11 -0000      1.21
3 +++ linux-2.4.24-2/arch/um/kernel/umid.c        17 May 2004 18:35:49 -0000
4 @@ -151,6 +151,7 @@
5  
6         sprintf(dir, "%s%s", uml_dir, umid);
7         actually_do_remove(dir);
8 +       rmdir(uml_dir);
9  }
10  
11  char *get_umid(int only_if_set)