diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-13 19:24:26 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-13 19:24:26 -0400 |
| commit | 1c243bdf2dd8f2f3fc2ea0b78e84314cdf28d456 (patch) | |
| tree | 11520982cc1d7aca455b56bfcfd5865081c0cd7b /src | |
| parent | 6e06a88f7363804b0ab8b548f29b06206f144272 (diff) | |
| download | plymouth-1c243bdf2dd8f2f3fc2ea0b78e84314cdf28d456.tar.gz plymouth-1c243bdf2dd8f2f3fc2ea0b78e84314cdf28d456.tar.xz plymouth-1c243bdf2dd8f2f3fc2ea0b78e84314cdf28d456.zip | |
include errno.h into ply-logger.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/libply/ply-logger.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libply/ply-logger.h b/src/libply/ply-logger.h index bfd53e7..ad62236 100644 --- a/src/libply/ply-logger.h +++ b/src/libply/ply-logger.h @@ -20,6 +20,7 @@ #ifndef PLY_LOGGER_H #define PLY_LOGGER_H +#include <errno.h> #include <stdbool.h> #include <stdint.h> #include <string.h> @@ -72,8 +73,6 @@ bool ply_logger_is_tracing_enabled (ply_logger_t *logger); #define ply_logger_trace(logger, format, args...) \ do \ { \ - static const char *_function_suffix = ""; \ - const char *_function_name = ""; \ double _timestamp; \ pid_t _pid; \ int _old_errno; \ |
