diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-12-13 06:01:28 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-12-13 06:01:28 +0000 |
commit | 0cbc971335254de4fe1790983eca3b99bc50012a (patch) | |
tree | c5e1196f45ed833bd5dacb99cce1b9a379847d0c /usr.bin/mg/cinfo.c | |
parent | 28a23b22ee1dba99041e501bb64afdc747e6670f (diff) |
More name-clash delinting
Diffstat (limited to 'usr.bin/mg/cinfo.c')
-rw-r--r-- | usr.bin/mg/cinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/cinfo.c b/usr.bin/mg/cinfo.c index 26d05bea8ee..0a580445ccd 100644 --- a/usr.bin/mg/cinfo.c +++ b/usr.bin/mg/cinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cinfo.c,v 1.14 2005/11/18 20:56:52 deraadt Exp $ */ +/* $OpenBSD: cinfo.c,v 1.15 2005/12/13 06:01:27 kjell Exp $ */ /* This file is in the public domain. */ @@ -92,7 +92,7 @@ const char cinfo[256] = { * '\0'. Returns NULL on failure. */ char * -keyname(char *cp, size_t len, int k) +getkeyname(char *cp, size_t len, int k) { const char *np; size_t copied; |