remove __POOL_EXPOSE.
This commit is contained in:
parent
725fa55be5
commit
b1af57a6ba
@ -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.
|
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
|
||||||
@ -39,10 +39,9 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#define __POOL_EXPOSE
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@ -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.
|
* Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||||
@ -34,9 +34,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user