mirror of
https://github.com/upa/mscp.git
synced 2026-02-15 17:54:43 +08:00
cleanup message print functions
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
#define pr_debug(fmt, ...)
|
||||
#endif
|
||||
|
||||
#define strerrno() strerror(errno)
|
||||
|
||||
|
||||
#define min(a, b) (((a) > (b)) ? (b) : (a))
|
||||
#define max(a, b) (((a) > (b)) ? (a) : (b))
|
||||
|
||||
Reference in New Issue
Block a user