Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern Use the more widely accepted versi...
details: https://anonhg.NetBSD.org/src/rev/158b302906fe
branches: trunk
changeset: 340594:158b302906fe
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 15 15:09:10 2015 +0000
description:
Use the more widely accepted version of alphabetical order.
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 837291b3acfc -r 158b302906fe sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Sep 15 15:02:40 2015 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Sep 15 15:09:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.163 2015/08/31 07:38:48 ozaki-r Exp $
+# $NetBSD: Makefile.rumpkern,v 1.164 2015/09/15 15:09:10 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -83,6 +83,7 @@
kern_rndpool.c \
kern_rndq.c \
kern_rndsink.c \
+ kern_rwlock_obj.c \
kern_stub.c \
kern_syscall.c \
kern_sysctl.c \
@@ -92,11 +93,11 @@
kern_uidinfo.c \
kern_xxx.c \
param.c \
- subr_devsw.c \
subr_callback.c \
subr_copy.c \
subr_cprng.c \
subr_device.c \
+ subr_devsw.c \
subr_evcnt.c \
subr_extent.c \
subr_hash.c \
@@ -113,7 +114,6 @@
subr_pool.c \
subr_prf.c \
subr_pserialize.c \
- kern_rwlock_obj.c \
subr_specificdata.c \
subr_time.c \
subr_vmem.c \
Home |
Main Index |
Thread Index |
Old Index