Commit 7f4fdb26 authored by Ross Lagerwall's avatar Ross Lagerwall

Use ANSI C prototype instead of K&R style.

parent 88748d7b
......@@ -80,7 +80,7 @@ _pos_int_from_ascii(char *name)
* that properly supports /dev/fd.
*/
static int
_is_fdescfs_mounted_on_dev_fd()
_is_fdescfs_mounted_on_dev_fd(void)
{
struct stat dev_stat;
struct stat dev_fd_stat;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment