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/781856a06aa3
branches:  trunk
changeset: 810736:781856a06aa3
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 725081ea8286 -r 781856a06aa3 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