Files
pkgsrc-ng/net/nfdump/patches/patch-bin_nf__common.h
2013-09-26 17:14:40 +02:00

26 lines
657 B
C
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
$NetBSD: patch-bin_nf__common.h,v 1.1 2013/01/11 13:33:59 joerg Exp $
--- bin/nf_common.h.orig 2013-01-11 01:23:53.000000000 +0000
+++ bin/nf_common.h
@@ -99,17 +99,17 @@ char *Get_fwd_status_name(uint32_t id);
#ifdef __SUNPRO_C
extern
#endif
-inline void Proto_string(uint8_t protonum, char *protostr);
+void Proto_string(uint8_t protonum, char *protostr);
#ifdef __SUNPRO_C
extern
#endif
-inline void format_number(uint64_t num, char *s, int fixed_width);
+void format_number(uint64_t num, char *s, int fixed_width);
#ifdef __SUNPRO_C
extern
#endif
-inline void condense_v6(char *s);
+void condense_v6(char *s);
#define TAG_CHAR ''