]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/log.c
*: nuke ^L (page feed)
[mirror_frr.git] / lib / log.c
index 55a3b052dbf44c4f5663db5296bb71209a15d64e..1058844b737de9d0742eb98120d4e69bfe0f631e 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -69,7 +69,7 @@ const char *zlog_priority[] =
 };
   
 
-\f
+
 /* For time string format. */
 
 size_t
@@ -145,7 +145,7 @@ time_print(FILE *fp, struct timestamp_control *ctl)
   fprintf(fp, "%s ", ctl->buf);
 }
   
-\f
+
 /* va_list version of zlog. */
 static void
 vzlog (struct zlog *zl, int priority, const char *format, va_list args)
@@ -619,7 +619,7 @@ _zlog_assert_failed (const char *assertion, const char *file,
   abort();
 }
 
-\f
+
 /* Open log stream */
 struct zlog *
 openzlog (const char *progname, zlog_proto_t protocol,
@@ -756,7 +756,7 @@ zlog_rotate (struct zlog *zl)
 
   return 1;
 }
-\f
+
 /* Message lookup function. */
 const char *
 lookup (const struct message *mes, int key)