#ifndef __LOCKFILE_H
#define __LOCKFILE_H
int lockfile(int fd);
#endif
