Merge ~bhill/epics-base:include-epicsStdio.h-in-dbChannel.c into ~epics-core/epics-base/+git/epics-base:3.16

Proposed by Bruce Hill
Status: Merged
Merge reported by: mdavidsaver
Merged at revision: 0a9315a5eb7f19cebf67e9d66124b5749e595e73
Proposed branch: ~bhill/epics-base:include-epicsStdio.h-in-dbChannel.c
Merge into: ~epics-core/epics-base/+git/epics-base:3.16
Diff against target: 12 lines (+1/-0)
1 file modified
src/ioc/db/dbChannel.c (+1/-0)
Reviewer Review Type Date Requested Status
mdavidsaver Approve
Review via email: mp+358141@code.launchpad.net

Commit message

Include epicsStdio.h so driver report output can be redirected from iocsh

Description of the change

Ensures that driver output such as casr calling dbChannelShow() can be redirected from iocsh.

To post a comment you must log in.
Revision history for this message
Andrew Johnson (anj) wrote :

I think you forgot to push to your git repo, this MR is currently empty...

Revision history for this message
Bruce Hill (bhill) wrote :

Forgot to cherrypick the commit to my feature branch.
Pull requested updated.

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

Cherry-picked back onto 3.15 (where dbChannel.c was introduced) as 3d8e2d933d035e2bf71990b27b5356d4e7faecd0 .

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/ioc/db/dbChannel.c b/src/ioc/db/dbChannel.c
2index 92be08c..9792708 100644
3--- a/src/ioc/db/dbChannel.c
4+++ b/src/ioc/db/dbChannel.c
5@@ -20,6 +20,7 @@
6 #include "cantProceed.h"
7 #include "epicsAssert.h"
8 #include "epicsString.h"
9+#include "epicsStdio.h"
10 #include "errlog.h"
11 #include "freeList.h"
12 #include "gpHash.h"

Subscribers

People subscribed via source and target branches