Index: tools/log2lines/list.h =================================================================== --- tools/log2lines/list.h (revision 45550) +++ tools/log2lines/list.h (working copy) @@ -12,7 +12,6 @@ typedef struct list_struct { - off_t st_size; PLIST_MEMBER phead; PLIST_MEMBER ptail; } LIST,*PLIST; Index: tools/log2lines/version.h =================================================================== --- tools/log2lines/version.h (revision 45550) +++ tools/log2lines/version.h (working copy) @@ -8,6 +8,6 @@ #ifndef __L2L_VERSION_H__ #define __L2L_VERSION_H__ -#define LOG2LINES_VERSION "1.12b" +#define LOG2LINES_VERSION "1.12c" #endif /* __L2L_VERSION_H__ */