daemon: Rearrange code in 'file' command.
authorRichard Jones <rjones@redhat.com>
Fri, 4 Jun 2010 10:23:01 +0000 (11:23 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 4 Jun 2010 10:23:01 +0000 (11:23 +0100)
commite3befe5a2e85179dcc5a52aa7d74b9cc5f3430ec
tree729dba8a95d283d38a11627cc585f35fe1dec415
parent32f48cc3330a50b7b9e2af7db0f0470da209bb6f
daemon: Rearrange code in 'file' command.

  path = path to access file (/sysroot/.. or /dev/..)
  display_path = original path, saved so we can display it
  buf = optional buffer which is freed along return codepaths

There should be no change to the semantics of the code.
daemon/file.c