projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
846be11
)
Can't spell worth a dam. (Try Three Gorges.)
Jarkko Hietaniemi [Tue, 11 Dec 2001 17:29:01 +0000 (17:29 +0000)]
p4raw-id: //depot/perl@13627
beos/beos.c
patch
|
blob
|
blame
|
history
diff --git
a/beos/beos.c
b/beos/beos.c
index
f0e8147
..
a9f6f38
100644
(file)
--- a/
beos/beos.c
+++ b/
beos/beos.c
@@
-10,7
+10,7
@@
pid_t beos_waitpid(pid_t process_id, int *status_location, int options) {
pid_t got = waitpid(procedd_is, status_location, options);
- if (status_localtion)
+ if (status_location)
*status_location <<= 8;
return got;
}