1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Remove argument names from a function declaration.

Reviewed by:	phk
This commit is contained in:
David Malone 2003-06-22 10:34:49 +00:00
parent 0147d2aa71
commit 9c96ff4d54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116680

View File

@ -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);