diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-11-23 19:50:46 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-11-23 19:50:46 +0000 |
commit | cd87220f9d55c204c451aa01af7b42650652a5f7 (patch) | |
tree | a2abf62a6b2a299ea4c580aeafde712c8df110fb /libexec | |
parent | 9c0ce6acacf63b49a19d28fd41e05d66e14c288f (diff) |
After fixing these comments, I add another incorrect one.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/sparc/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/sparc/ldasm.S b/libexec/ld.so/sparc/ldasm.S index 38c2259303f..9b3ff9fb81f 100644 --- a/libexec/ld.so/sparc/ldasm.S +++ b/libexec/ld.so/sparc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.8 2002/11/23 19:14:25 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.9 2002/11/23 19:50:45 drahn Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -286,7 +286,7 @@ _dl_getdirentries: .globl _dl_sysctl .type _dl_sysctl,@function _dl_sysctl: - mov SYS___sysctl | SYSCALL_G2RFLAG, %g1 ! call sys_fstat + mov SYS___sysctl | SYSCALL_G2RFLAG, %g1 ! call sys___sysctl add %o7, 8, %g2 ! just return on success t ST_SYSCALL ! off to wonderland retl |