For consistency with other files in the same directory

don't include <sys/cdefs.h> before __RCSID.
This commit is contained in:
alnsn 2014-06-17 06:43:21 +00:00
parent be10a58478
commit e0a3ca70e0
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rumpuser_pth_dummy.c,v 1.16 2013/05/15 14:52:49 pooka Exp $ */
/* $NetBSD: rumpuser_pth_dummy.c,v 1.17 2014/06/17 06:43:21 alnsn Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@ -27,9 +27,8 @@
#include "rumpuser_port.h"
#include <sys/cdefs.h>
#if !defined(lint)
__RCSID("$NetBSD: rumpuser_pth_dummy.c,v 1.16 2013/05/15 14:52:49 pooka Exp $");
__RCSID("$NetBSD: rumpuser_pth_dummy.c,v 1.17 2014/06/17 06:43:21 alnsn Exp $");
#endif /* !lint */
#include <sys/time.h>