summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_prf.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/kern/subr_prf.c')
-rw-r--r--freebsd/sys/kern/subr_prf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/kern/subr_prf.c b/freebsd/sys/kern/subr_prf.c
index 2aed7f68..3aab5aaa 100644
--- a/freebsd/sys/kern/subr_prf.c
+++ b/freebsd/sys/kern/subr_prf.c
@@ -1183,7 +1183,6 @@ hexdump(const void *ptr, int length, const char *hdr, int flags)
#endif /* __rtems__ */
#endif /* _KERNEL */
-#ifndef __rtems__
void
sbuf_hexdump(struct sbuf *sb, const void *ptr, int length, const char *hdr,
int flags)
@@ -1238,6 +1237,7 @@ sbuf_hexdump(struct sbuf *sb, const void *ptr, int length, const char *hdr,
}
}
+#ifndef __rtems__
#ifdef _KERNEL
void
counted_warning(unsigned *counter, const char *msg)