projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371848f
)
(__mig_strncpy): Fix typos.
author
roland
<roland>
Tue, 7 Feb 1995 21:09:38 +0000
(21:09 +0000)
committer
roland
<roland>
Tue, 7 Feb 1995 21:09:38 +0000
(21:09 +0000)
mach/mig_strncpy.c
patch
|
blob
|
history
diff --git
a/mach/mig_strncpy.c
b/mach/mig_strncpy.c
index
f09f955
..
82b64bb
100644
(file)
--- a/
mach/mig_strncpy.c
+++ b/
mach/mig_strncpy.c
@@
-5,6
+5,6
@@
vm_size_t
__mig_strncpy (char *dest, const char *src, vm_size_t len)
{
- return __stpncpy (
__dst, __src, __len) - __
dst;
+ return __stpncpy (
dst, src, len) -
dst;
}
weak_alias (__mig_strncpy, mig_strncpy)