remove __POOL_EXPOSE.

This commit is contained in:
yamt 2006-05-27 09:14:03 +00:00
parent 725fa55be5
commit b1af57a6ba
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount_tmpfs.c,v 1.13 2006/03/26 16:15:15 jmmv Exp $ */
/* $NetBSD: mount_tmpfs.c,v 1.14 2006/05/27 09:14:17 yamt Exp $ */
/*
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@ -39,10 +39,9 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: mount_tmpfs.c,v 1.13 2006/03/26 16:15:15 jmmv Exp $");
__RCSID("$NetBSD: mount_tmpfs.c,v 1.14 2006/05/27 09:14:17 yamt Exp $");
#endif /* not lint */
#define __POOL_EXPOSE
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tmpfs.c,v 1.3 2006/05/11 11:56:38 yamt Exp $ */
/* $NetBSD: tmpfs.c,v 1.4 2006/05/27 09:14:03 yamt Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -34,9 +34,8 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: tmpfs.c,v 1.3 2006/05/11 11:56:38 yamt Exp $");
__RCSID("$NetBSD: tmpfs.c,v 1.4 2006/05/27 09:14:03 yamt Exp $");
#define __POOL_EXPOSE
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>