diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-02-07 22:58:17 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-02-07 22:58:17 +0000 |
| commit | a39ba5e2935176fe982235556e46ba3f51178187 (patch) | |
| tree | cf213dbc22827495cee1645013e0b08870b1c562 /bin/support.c | |
| parent | bfef098f924950a085927b1e7dd6c6db4e651c5c (diff) | |
Vendor import of blocklist 2026-02-07 (10a907f)vendor/blocklist/20260207vendor/blocklist
Upstream hash 10a907f09f5a92068d86dcb4ef4f91d7bc10c501.
Obtained from:https://github.com/zoulasc/blocklist
Diffstat (limited to 'bin/support.c')
| -rw-r--r-- | bin/support.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/support.c b/bin/support.c index 91e40812611e..66d6ccce7db0 100644 --- a/bin/support.c +++ b/bin/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.3 2025/02/11 17:48:30 christos Exp $ */ +/* $NetBSD: support.c,v 1.4 2026/02/07 14:29:58 christos Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ #ifdef HAVE_SYS_CDEFS_H #include <sys/cdefs.h> #endif -__RCSID("$NetBSD: support.c,v 1.3 2025/02/11 17:48:30 christos Exp $"); +__RCSID("$NetBSD: support.c,v 1.4 2026/02/07 14:29:58 christos Exp $"); #include <time.h> #include <string.h> @@ -120,7 +120,6 @@ fmtydhms(char *b, size_t l, time_t t) y = t; - z = 0; o = 0; #define APPEND(a) \ if (a) { \ |
