Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Jan 2012 08:52:46 +0000 (10:52 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Jan 2012 08:52:46 +0000 (10:52 +0200)
commit680c3cfbf7d72a1a872b1cd5b52892c5392b52e4
tree7c7fb686734622c4cf68a6de716407a8363d892e
parentff743250885123fc6666be38df59818fcb60cf82
Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages

- These are nothing but unnecessarily specialized Fopen(), Fread() and
  Fclose() for what is a purely local need in writeFile(). Move
  the local stuff where it belongs.
lib/fsm.c
lib/fsm.h