Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs space -> tab in one entry for consi...



details:   https://anonhg.NetBSD.org/src/rev/01779ed8000d
branches:  trunk
changeset: 747968:01779ed8000d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 07 09:24:27 2009 +0000

description:
space -> tab in one entry for consistency

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81f9cfa727a4 -r 01779ed8000d sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Oct 07 09:23:03 2009 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Oct 07 09:24:27 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpvfs,v 1.14 2009/10/04 13:29:36 pooka Exp $
+#      $NetBSD: Makefile.rumpvfs,v 1.15 2009/10/07 09:24:27 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -45,7 +45,7 @@
 
 # dev
 # firmload is technically part of rumpdev, but it's pure vfs in nature.
-SRCS+= firmload.c
+SRCS+= firmload.c
 
 # compat syscalls
 SRCS+= vfs_syscalls_50.c compat.c



Home | Main Index | Thread Index | Old Index