Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Summary: pax needs pack_dev.h from mknod. move mkno...
details: https://anonhg.NetBSD.org/src/rev/e66edb2248de
branches: trunk
changeset: 1003344:e66edb2248de
user: bad <bad%NetBSD.org@localhost>
date: Thu Sep 12 15:17:08 2019 +0000
description:
Summary: pax needs pack_dev.h from mknod. move mknod to sys sources
diffstat:
sys/rump/listsrcdirs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 1b31b83ab7ff -r e66edb2248de sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs Thu Sep 12 14:28:08 2019 +0000
+++ b/sys/rump/listsrcdirs Thu Sep 12 15:17:08 2019 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: listsrcdirs,v 1.39 2019/09/12 00:56:05 bad Exp $
+# $NetBSD: listsrcdirs,v 1.40 2019/09/12 15:17:08 bad Exp $
#
#
@@ -82,6 +82,7 @@
lsrc sys /usr.bin/ rpcgen rump_wmd
lsrc sys /usr.bin/ genassym grep stat uname
lsrc sys /usr.sbin/ mtree
+lsrc sys /sbin/ mknod
# sources hosted in the NetBSD tree that are required/useful
# when targeting POSIX-y platforms
@@ -101,7 +102,7 @@
lsrc usr /sbin/ brconfig cgdconfig chown
lsrc usr /sbin/ disklabel dump fdisk
lsrc usr /sbin/ fsck fsck_ext2fs fsck_ffs fsck_msdos
-lsrc usr /sbin/ ifconfig mknod
+lsrc usr /sbin/ ifconfig
lsrc usr /sbin/ modstat mount
lsrc usr /sbin/ mount_ext2fs mount_ffs mount_msdos mount_tmpfs
lsrc usr /sbin/ newfs newfs_ext2fs newfs_msdos
Home |
Main Index |
Thread Index |
Old Index