lockfile: Remove fd parameter to remove_lockfile().
authorBen Pfaff <blp@nicira.com>
Wed, 11 Mar 2009 21:24:39 +0000 (14:24 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 Mar 2009 21:44:57 +0000 (14:44 -0700)
commit74493526eaa7f73acf2a2c6573751cf65e8e27bf
tree0c7c513706508e611b115c983a136a921173e9c0
parent00034713a99b1fbc353699fe779360960eeca6a6
lockfile: Remove fd parameter to remove_lockfile().

There is no reason that remove_lockfile() should close a fd passed in to
it.  The caller can do that just as well.
lib/cfg.c
lib/lockfile.c
lib/lockfile.h