Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Update for new vnd_50.c source f...



details:   https://anonhg.NetBSD.org/src/rev/0a75a4b92dfb
branches:  pgoyette-compat
changeset: 830727:0a75a4b92dfb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Sep 19 04:22:33 2018 +0000

description:
Update for new vnd_50.c source file.

Not really necessary to update this, since we're no longer building
the "monolithic" compat module.  But let's maintain it correctly, at
least until we delete the file.

diffstat:

 sys/compat/common/Makefile.sysio |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34535b71eb83 -r 0a75a4b92dfb sys/compat/common/Makefile.sysio
--- a/sys/compat/common/Makefile.sysio  Wed Sep 19 04:12:43 2018 +0000
+++ b/sys/compat/common/Makefile.sysio  Wed Sep 19 04:22:33 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sysio,v 1.7.18.21 2018/04/17 07:24:54 pgoyette Exp $
+#      $NetBSD: Makefile.sysio,v 1.7.18.22 2018/09/19 04:22:33 pgoyette Exp $
 
 # Sources for syscall and ioctl compatibility across the versions.
 
@@ -38,7 +38,7 @@
 # Compatibility code for NetBSD 5.0
 SRCS+= kern_50.c kern_time_50.c kern_select_50.c rndpseudo_50.c rtsock_50.c \
        vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c clockctl_50.c \
-       if_spppsubr50.c
+       if_spppsubr50.c vnd_50.c
 
 # Compatibility code for NetBSD 6.0
 SRCS+= kern_sa_60.c tty_60.c kern_time_60.c kern_cpu_60.c ccd_60.c



Home | Main Index | Thread Index | Old Index