Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().

This commit is contained in:
Gregory Nutt
2016-06-20 11:59:15 -06:00
parent d40a473f72
commit 43eb04bb8f
329 changed files with 2252 additions and 2478 deletions
+4 -152
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -94,12 +94,10 @@
# define werr(format, ...) _err(format, ##__VA_ARGS__)
# define wllerr(format, ...) _llerr(format, ##__VA_ARGS__)
# define winfo(format, ...) _info(format, ##__VA_ARGS__)
# define wllinfo(format, ...) _llinfo(format, ##__VA_ARGS__)
#else
# define werr(x...)
# define wllerr(x...)
# define winfo(x...)
# define wllinfo(x...)
#endif
/****************************************************************************