X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=log%2Fsyslog.h;h=81a039f3263e90b44e3568803e1d7aee58cfe386;hb=b62f35d2355eee2464d1877e8dd0797a92da5c5f;hp=b682cedf504f08958a4cf83858c942a2fb6257f7;hpb=ec4d07591d630044b54bd950f95a9d378145b3d3;p=project%2Fubox.git diff --git a/log/syslog.h b/log/syslog.h index b682ced..81a039f 100644 --- a/log/syslog.h +++ b/log/syslog.h @@ -26,7 +26,7 @@ struct log_head { unsigned int id; int priority; int source; - struct timespec ts; + struct timespec ts; char data[]; };