From cfa8b158139a3611e9e7c2142b66dec372476331 Mon Sep 17 00:00:00 2001 From: M. Farid Kamarudin Date: Tue, 28 Apr 2009 07:36:50 +0800 Subject: [PATCH] Fix typo. --- sys/kern/makesyscalls.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index c5f2c97..f2c4482 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -36,7 +36,7 @@ sysun="sysunion.switch.$$" trap "rm $sysdcl $syscompat $syscompatdf12 $syscompatdcl $syscompatdcldf12 $sysent $sysinc $sysarg $sysun" 0 -touch $sysdcl $syscompat $syscompatdf12 $syscompatdcl $syscompatdf12 $sysent $sysinc $sysarg $sysun +touch $sysdcl $syscompat $syscompatdf12 $syscompatdcl $syscompatdcldf12 $sysent $sysinc $sysarg $sysun case $# in 0) echo "Usage: $0 input-file " 1>&2 -- 1.6.0.6