]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/sbuf.h
lib: make "%Ld" work for int64_t
[mirror_frr.git] / lib / sbuf.h
index b1518a3aa8de3538f93de0ac7f3f35d217b2cf9d..9f0311006d11c134fa1d5ce99c9a36c7429765e5 100644 (file)
@@ -78,7 +78,7 @@ const char *sbuf_buf(struct sbuf *buf);
 void sbuf_free(struct sbuf *buf);
 #include "lib/log.h"
 void sbuf_push(struct sbuf *buf, int indent, const char *format, ...)
-       PRINTF_ATTRIBUTE(3, 4);
+       PRINTFRR(3, 4);
 
 #ifdef __cplusplus
 }