Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/bpf Add missing paren.



details:   https://anonhg.NetBSD.org/src/rev/e015ba6f54d4
branches:  trunk
changeset: 780655:e015ba6f54d4
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 02 00:22:32 2012 +0000

description:
Add missing paren.

diffstat:

 sys/modules/bpf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e408cd15039 -r e015ba6f54d4 sys/modules/bpf/Makefile
--- a/sys/modules/bpf/Makefile  Thu Aug 02 00:17:44 2012 +0000
+++ b/sys/modules/bpf/Makefile  Thu Aug 02 00:22:32 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2012/08/01 23:24:29 rmind Exp $
+#      $NetBSD: Makefile,v 1.3 2012/08/02 00:22:32 matt Exp $
 #
 
 .include "../Makefile.inc"
@@ -15,7 +15,7 @@
 .PATH: ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
 
 .if (exists(${S}/arch/${MACHINE}/${MACHINE}/bpf_jit_machdep.c)) || \
-    (exists(${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c) || \
+    (exists(${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c)) || \
     (exists(${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}/bpf_jit_machdep.c))
 SRCS+=         bpf_jit.c
 SRCS+=         bpf_jit_machdep.c



Home | Main Index | Thread Index | Old Index