Change fsmMkdir() to take "normal" arguments
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 13:06:06 +0000 (15:06 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 13:06:06 +0000 (15:06 +0200)
commite0b1ff9a924fdff8d62da2009a5cbdc2aaa22f5f
tree9aa345cdc4c7d53c51dd35ec3b2e245b5d9c35f6
parentf7c1c543639ee5409c8bb8d82822e5ffc822c0dd
Change fsmMkdir() to take "normal" arguments

- This doesn't need access to the entire fsm, it only exists to
  map errors to CPIOERR_* and create debug foo. This will allow
  eliminating save -> abuse -> restore behavior in callers, but
  leaving that till later.
lib/fsm.c