X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/f342fce2e614f9d34503082b165bf70c0a211631..6365546c0d33c0842b4afd341314a5bfde173bff:/locking.c?ds=sidebyside diff --git a/locking.c b/locking.c index 735ba47..f486ea4 100644 --- a/locking.c +++ b/locking.c @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: locking.c,v 1.1 2003/10/09 15:05:34 mdw Exp $ + * $Id$ * * Lock a file, run a program * * (c) 2003 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the Toys utilties collection. * @@ -15,34 +15,17 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * Toys is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with Toys; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: locking.c,v $ - * Revision 1.1 2003/10/09 15:05:34 mdw - * Lots of stuff. - * - * Revision 1.3 2003/09/24 14:58:08 mdw - * Fix options parsing again. - * - * Revision 1.2 2003/09/24 14:14:03 mdw - * Fix option handling behaviour. - * - * Revision 1.1 2003/05/11 13:30:04 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include @@ -51,6 +34,7 @@ #include #include #include +#include #include #include @@ -78,7 +62,7 @@ static void usage(FILE *fp) static void version(FILE *fp) { - pquis(fp, "$ (toys, version " VERSION "\n"); + pquis(fp, "$ (version " VERSION ")\n"); } static void help(FILE *fp) @@ -112,7 +96,7 @@ int main(int argc, char *argv[]) struct flock l; char *p; int t = -1; - unsigned int ot; + unsigned int ot = 0; time_t nt; pid_t kid; int st;