Module Name: src Committed By: riastradh Date: Sat Aug 17 14:26:54 UTC 2024
Modified Files: src/usr.bin/shlock: shlock.c Log Message: shlock(1): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/shlock/shlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/shlock/shlock.c diff -u src/usr.bin/shlock/shlock.c:1.15 src/usr.bin/shlock/shlock.c:1.16 --- src/usr.bin/shlock/shlock.c:1.15 Sat Apr 17 00:02:19 2021 +++ src/usr.bin/shlock/shlock.c Sat Aug 17 14:26:53 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: shlock.c,v 1.15 2021/04/17 00:02:19 christos Exp $ */ +/* $NetBSD: shlock.c,v 1.16 2024/08/17 14:26:53 riastradh Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: shlock.c,v 1.15 2021/04/17 00:02:19 christos Exp $"); +__RCSID("$NetBSD: shlock.c,v 1.16 2024/08/17 14:26:53 riastradh Exp $"); #endif #include <sys/types.h> @@ -315,7 +315,7 @@ mklock(const char *file, pid_t pid, int Pname, stlock2.st_nlink); goto out2; } - + dprintf("%s: lock is invalid, removing\n", Pname); if (unlink(file) == -1) { warn(E_unlk, file);