__RCSID police

This commit is contained in:
pooka 2007-08-09 22:03:20 +00:00
parent ef86ff763c
commit e0876492cd
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: puffs_portal.c,v 1.7 2007/07/20 13:18:09 pooka Exp $ */
/* $NetBSD: puffs_portal.c,v 1.8 2007/08/09 22:03:20 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -26,6 +26,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: puffs_portal.c,v 1.8 2007/08/09 22:03:20 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
#include <sys/wait.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctlfs.c,v 1.1 2007/08/09 22:01:26 pooka Exp $ */
/* $NetBSD: sysctlfs.c,v 1.2 2007/08/09 22:03:20 pooka Exp $ */
/*
* Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
@ -31,6 +31,11 @@
* traversal.
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: sysctlfs.c,v 1.2 2007/08/09 22:03:20 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
#include <sys/sysctl.h>