typo in comment (it actually breaks the script totally. i wish
more typos in comments were as effective)
This commit is contained in:
parent
91ac00ac3a
commit
baffc0cbae
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh -
|
#! /bin/sh -
|
||||||
# $NetBSD: makesyscalls.sh,v 1.90 2009/11/26 17:19:54 pooka Exp $
|
# $NetBSD: makesyscalls.sh,v 1.91 2009/11/26 17:23:48 pooka Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
|
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -740,7 +740,7 @@ $2 == "OBSOL" || $2 == "UNIMPL" || $2 == "EXCL" || $2 == "IGNORED" {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
END {
|
END {
|
||||||
# output pipe() with it's special rval[2] handling
|
# output pipe() syscall with its special rval[2] handling
|
||||||
if (rumphaspipe) {
|
if (rumphaspipe) {
|
||||||
printf("int rump_sys_pipe(int *);\n") > rumpcallshdr
|
printf("int rump_sys_pipe(int *);\n") > rumpcallshdr
|
||||||
printf("\nint rump_sys_pipe(int *);\n") > rumpcalls
|
printf("\nint rump_sys_pipe(int *);\n") > rumpcalls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user