Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/kern/lib/libsys_sunos fix tyop
details: https://anonhg.NetBSD.org/src/rev/4bcade3fe3b0
branches: trunk
changeset: 327770:4bcade3fe3b0
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Mar 16 14:14:40 2014 +0000
description:
fix tyop
diffstat:
sys/rump/kern/lib/libsys_sunos/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 584025997c7c -r 4bcade3fe3b0 sys/rump/kern/lib/libsys_sunos/Makefile
--- a/sys/rump/kern/lib/libsys_sunos/Makefile Sun Mar 16 14:02:06 2014 +0000
+++ b/sys/rump/kern/lib/libsys_sunos/Makefile Sun Mar 16 14:14:40 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2014/03/13 02:04:14 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/16 14:14:40 pooka Exp $
#
LIB= rumpkern_sys_sunos
SRCS= rump_sunos_compat.c rump_sunos_sysent.c
-SRCS+ sys_sunos_component.c
+SRCS+= sys_sunos_component.c
# XXX
CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
Home |
Main Index |
Thread Index |
Old Index