Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_tmpfs define __POOL_EXPOSE.
details: https://anonhg.NetBSD.org/src/rev/9c4dd8e78438
branches: trunk
changeset: 588180:9c4dd8e78438
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 11 05:49:48 2006 +0000
description:
define __POOL_EXPOSE.
diffstat:
sbin/mount_tmpfs/mount_tmpfs.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r e4a62d463c49 -r 9c4dd8e78438 sbin/mount_tmpfs/mount_tmpfs.c
--- a/sbin/mount_tmpfs/mount_tmpfs.c Sat Feb 11 02:19:31 2006 +0000
+++ b/sbin/mount_tmpfs/mount_tmpfs.c Sat Feb 11 05:49:48 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_tmpfs.c,v 1.10 2005/09/30 14:25:07 jmmv Exp $ */
+/* $NetBSD: mount_tmpfs.c,v 1.11 2006/02/11 05:49:48 christos Exp $ */
/*
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -39,9 +39,10 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mount_tmpfs.c,v 1.10 2005/09/30 14:25:07 jmmv Exp $");
+__RCSID("$NetBSD: mount_tmpfs.c,v 1.11 2006/02/11 05:49:48 christos Exp $");
#endif /* not lint */
+#define __POOL_EXPOSE
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
Home |
Main Index |
Thread Index |
Old Index