pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/lsof lsof: fix typo in comment in previous co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d14a9b8d2f53
branches: trunk
changeset: 374792:d14a9b8d2f53
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Feb 27 02:13:44 2022 +0000
description:
lsof: fix typo in comment in previous commit
diffstat:
sysutils/lsof/distinfo | 4 ++--
sysutils/lsof/patches/patch-af | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 4aaf3d1bd127 -r d14a9b8d2f53 sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo Sun Feb 27 02:10:44 2022 +0000
+++ b/sysutils/lsof/distinfo Sun Feb 27 02:13:44 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.100 2022/02/27 02:10:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.101 2022/02/27 02:13:44 gutteridge Exp $
BLAKE2s (lsof_4.91.tar.bz2) = 77109e036c36f7d1483e69f2aae2314830dc4d2bdc3bf88a4031832f17e6afef
SHA512 (lsof_4.91.tar.bz2) = 49f811941dd6303f7cb0655fddb8b1177af5d1b18f2bd1edfab09d2c128aea73daecf09c7a5375979c66ba764c88a6e70c9086b55c3634e3be01ab1aa12e9f92
@@ -8,7 +8,7 @@
SHA1 (patch-ac) = dac0fcdfee97d42c8f23684a4321519b9f8698d9
SHA1 (patch-ad) = 7f639e8832c2da8e498c33a38ecbc7b3d3a7430a
SHA1 (patch-ae) = 3f4a7ce54c0646941fd86400f91a2d17e9d2354a
-SHA1 (patch-af) = 50f9aaf27f29c53ffc8554132c65ee02a91f7893
+SHA1 (patch-af) = 88b3d2b42c05e20c189fa00fd65f1f412fe54038
SHA1 (patch-ag) = 99ab1c616604e9775522dbc70bfd6a7294964d0a
SHA1 (patch-ah) = 2de22b9a3733f958298af5e33b66c0653c320f59
SHA1 (patch-dialects_n+obsd_dnode1.c) = dc8c766760aca4eb2e7d7af3944260dd49795c09
diff -r 4aaf3d1bd127 -r d14a9b8d2f53 sysutils/lsof/patches/patch-af
--- a/sysutils/lsof/patches/patch-af Sun Feb 27 02:10:44 2022 +0000
+++ b/sysutils/lsof/patches/patch-af Sun Feb 27 02:13:44 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.22 2022/02/27 02:10:45 gutteridge Exp $
+$NetBSD: patch-af,v 1.23 2022/02/27 02:13:44 gutteridge Exp $
--- dialects/n+obsd/dlsof.h.orig 2006-03-28 21:54:15.000000000 +0000
+++ dialects/n+obsd/dlsof.h
@@ -79,7 +79,7 @@
+#endif
+/*
+ * Needed for definition of curlwp, which isn't used by this code base,
-+ * but is exposed in procfs.h in an inline function declaraion.
++ * but is exposed in procfs.h in an inline function declaration.
+ */
+#if (defined(NETBSDV) && __NetBSD_Version__>=999009300)
+extern struct lwp *curlwp;
Home |
Main Index |
Thread Index |
Old Index