Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().

This commit is contained in:
Gregory Nutt
2016-06-20 12:44:38 -06:00
parent 43eb04bb8f
commit 2a751068e6
93 changed files with 310 additions and 551 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
# define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif
#define waitllerr(x,...) // _err
#define waiterr(x,...) // _err
#define waitinfo(x,...) // _info
/****************************************************************************