Module Name: src Committed By: pooka Date: Wed Oct 7 09:24:27 UTC 2009
Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: space -> tab in one entry for consistency To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpvfs/Makefile.rumpvfs diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.14 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.15 --- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.14 Sun Oct 4 13:29:36 2009 +++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Oct 7 09:24:27 2009 @@ -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