summarylogtreecommitdiffstats
path: root/0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch
diff options
context:
space:
mode:
Diffstat (limited to '0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch')
-rw-r--r--0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch11
1 files changed, 8 insertions, 3 deletions
diff --git a/0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch b/0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch
index 1d2b2f656e12..76e8226cf7d4 100644
--- a/0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch
+++ b/0020-rx-Add-function-prototypes-to-rx_prototypes.h.patch
@@ -1,7 +1,7 @@
-From 46608e2f629b8742d31752cc0b021420231e6f45 Mon Sep 17 00:00:00 2001
+From 09f9660fbbb4f3c20ba9f2283169818372c3f474 Mon Sep 17 00:00:00 2001
From: Cheyenne Wills <cwills@sinenomine.net>
Date: Wed, 7 Feb 2024 19:34:29 -0700
-Subject: [PATCH 20/29] rx: Add function prototypes to rx_prototypes.h
+Subject: [PATCH 20/32] rx: Add function prototypes to rx_prototypes.h
The prototype for rxk_NewSocketHost() is not in a header file, but is
defined in the referencing .c file. The ARCH/rx_knet.c files that
@@ -37,6 +37,11 @@ Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 8528c36b96fe2935f42188caabf4feed0d5dbcbd)
Change-Id: Ieae8be7f89f5c675c6580d8cfb02ea77ce4088f7
+Reviewed-on: https://gerrit.openafs.org/15698
+Tested-by: BuildBot <buildbot@rampaginggeek.com>
+Reviewed-by: Andrew Deason <adeason@sinenomine.net>
+Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
+Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
---
src/rx/rx_kcommon.c | 1 -
src/rx/rx_prototypes.h | 5 ++++-
@@ -80,5 +85,5 @@ index 87a1049f7..6e1ae566c 100644
# ifdef UKERNEL
extern void afs_rxevent_daemon(void);
--
-2.44.0
+2.45.1