summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2003-06-22 10:34:49 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2003-06-22 10:34:49 +0000
commit9c96ff4d54f76cb8916ed241417aa4cfee275791 (patch)
tree96aaa60036fe70ec497ca844c4c03e7fdf037ffd /include/stdlib.h
parent0147d2aa711e2e467912971e1f8f8e69a20e272d (diff)
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 5895e19333104..a348ae1211d60 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -258,7 +258,7 @@ int cgetustr(char *, const char *, char **);
int daemon(int, int);
char *devname(int, int);
-char *devname_r(int, int, char *buf, int len);
+char *devname_r(int, int, char *, int);
int getloadavg(double [], int);
__const char *
getprogname(void);