From: Roy Marples Date: Thu, 7 Mar 2019 17:05:53 +0000 (+0000) Subject: Guard __RCSID X-Git-Tag: v8.0.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed57ae519417f1dd90de86d869983a486ad29ad;p=thirdparty%2Fdhcpcd.git Guard __RCSID --- diff --git a/src/common.h b/src/common.h index 49abd418..3833d8ec 100644 --- a/src/common.h +++ b/src/common.h @@ -131,7 +131,9 @@ #endif /* Needed for rbtree(3) compat */ +#ifndef __RCSID #define __RCSID(a) +#endif #ifndef __predict_false # if __GNUC__ > 2 # define __predict_true(exp) __builtin_expect((exp) != 0, 1)