summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2003-06-22 10:34:49 +0000
committerdwmalone <dwmalone@FreeBSD.org>2003-06-22 10:34:49 +0000
commit64449e4a3abc188a05691c1a8750c62ced999fa0 (patch)
tree96aaa60036fe70ec497ca844c4c03e7fdf037ffd /include/stdlib.h
parentc2d986d0e396093e4254b7903653d9d599bfd17c (diff)
downloadFreeBSD-src-64449e4a3abc188a05691c1a8750c62ced999fa0.zip
FreeBSD-src-64449e4a3abc188a05691c1a8750c62ced999fa0.tar.gz
Remove argument names from a function declaration.
Reviewed by: phk
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 5895e19..a348ae1 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);
OpenPOWER on IntegriCloud