Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_tmpfs allow update
details: https://anonhg.NetBSD.org/src/rev/028c8f3d26c3
branches: trunk
changeset: 329035:028c8f3d26c3
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 30 01:33:11 2014 +0000
description:
allow update
diffstat:
sbin/mount_tmpfs/mount_tmpfs.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r b0a61928206f -r 028c8f3d26c3 sbin/mount_tmpfs/mount_tmpfs.c
--- a/sbin/mount_tmpfs/mount_tmpfs.c Wed Apr 30 01:02:40 2014 +0000
+++ b/sbin/mount_tmpfs/mount_tmpfs.c Wed Apr 30 01:33:11 2014 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: mount_tmpfs.c,v 1.27 2013/12/04 15:10:11 martin Exp $ */
+/* $NetBSD: mount_tmpfs.c,v 1.28 2014/04/30 01:33:11 christos Exp $ */
/*
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mount_tmpfs.c,v 1.27 2013/12/04 15:10:11 martin Exp $");
+__RCSID("$NetBSD: mount_tmpfs.c,v 1.28 2014/04/30 01:33:11 christos Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -60,6 +60,7 @@
/* --------------------------------------------------------------------- */
static const struct mntopt mopts[] = {
+ MOPT_UPDATE,
MOPT_STDOPTS,
MOPT_GETARGS,
MOPT_NULL,
Home |
Main Index |
Thread Index |
Old Index