Move call to basename() into misc_get_minor() master
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 26 Mar 2011 12:28:41 +0000 (13:28 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 26 Mar 2011 12:28:41 +0000 (13:28 +0100)
commit619d21ff42670c43a8392c81aa62a495242655af
tree0b5eb959820d71874739325962c8b129ea1338f4
parent3292bd2e5b3000d9b0ab19639f6f2cd939ddaa02
Move call to basename() into misc_get_minor()

The use of basename() is a detail about how we find the minor number, so
let's keep it private.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
mkmisc.c