On Tue, Jun 17, 2014 at 16:20:57 +0200, Joerg Sonnenberger wrote: > On Tue, Jun 17, 2014 at 06:43:21AM +0000, Alexander Nasonov wrote: > > Module Name: src > > Committed By: alnsn > > Date: Tue Jun 17 06:43:21 UTC 2014 > > > > Modified Files: > > src/lib/librumpuser: rumpuser_pth_dummy.c > > > > Log Message: > > For consistency with other files in the same directory > > don't include <sys/cdefs.h> before __RCSID. > > This one is actually wrong, the include should be the first thing in the > file, followed by __RCSID without conditional.
In that case a local rump header plays that role (either including cdefs.h or providing the necessary definition). The conditional is a separate issue and yes it shoud be gc'ed. -uwe