Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs/msdos depend on TOOLS instead of __NetBSD__ ...
details: https://anonhg.NetBSD.org/src/rev/ffe9d647e8a8
branches: trunk
changeset: 784355:ffe9d647e8a8
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 26 16:58:14 2013 +0000
description:
depend on TOOLS instead of __NetBSD__ for extra functionality
diffstat:
usr.sbin/makefs/msdos/msdosfs_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d5dba2be321e -r ffe9d647e8a8 usr.sbin/makefs/msdos/msdosfs_vnops.c
--- a/usr.sbin/makefs/msdos/msdosfs_vnops.c Sat Jan 26 16:52:43 2013 +0000
+++ b/usr.sbin/makefs/msdos/msdosfs_vnops.c Sat Jan 26 16:58:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msdosfs_vnops.c,v 1.3 2013/01/26 16:50:46 christos Exp $ */
+/* $NetBSD: msdosfs_vnops.c,v 1.4 2013/01/26 16:58:14 christos Exp $ */
/*-
* Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
@@ -51,7 +51,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msdosfs_vnops.c,v 1.3 2013/01/26 16:50:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msdosfs_vnops.c,v 1.4 2013/01/26 16:58:14 christos Exp $");
#include <sys/param.h>
#include <sys/mman.h>
@@ -94,7 +94,7 @@
msdosfs_times(struct msdosfsmount *pmp, struct denode *dep,
const struct stat *st)
{
-#ifdef __NetBSD__
+#ifndef HAVE_NBTOOL_CONFIG_H
struct timespec at = st->st_atimespec;
struct timespec mt = st->st_mtimespec;
#else
Home |
Main Index |
Thread Index |
Old Index