]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/sethostid.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / sethostid.c
index 96c750ea75be791cd0704ea50038dfbb7f002ff9..bacf1727033cdbc1dddabddafff901f97d3bd54b 100644 (file)
@@ -21,8 +21,7 @@
 /* Set the current machine's Internet number to ID.
    This call is restricted to the super-user.  */
 int
-sethostid (id)
-     long int id;
+sethostid (long int id)
 {
   __set_errno (ENOSYS);
   return -1;