X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/8d138742ae268344f406cb75d79aa6bf853f9d87:/liblock/lockdaemon.c..refs/tags/upstream/0.66.1:/libs/liblock/lockdaemon.c diff --git a/liblock/lockdaemon.c b/libs/liblock/lockdaemon.c similarity index 97% rename from liblock/lockdaemon.c rename to libs/liblock/lockdaemon.c index 0b0151a..af0027b 100644 --- a/liblock/lockdaemon.c +++ b/libs/liblock/lockdaemon.c @@ -33,7 +33,6 @@ #define exit(_a_) _exit(_a_) -static const char rcsid[]="$Id: lockdaemon.c,v 1.14 2007/10/11 01:46:34 mrsam Exp $"; static int start1(const char *, int); @@ -56,7 +55,7 @@ int i; /* ** We fork, and set up a pipe from the child process. If we read ** a single 0 byte from the pipe, it means that the child has - ** succesfully initialized, and will return to main, so we exit(0). + ** successfully initialized, and will return to main, so we exit(0). ** If we do not read a single 0 byte from the pipe, it means that ** there was an initialization error, so we return -1 to main. */