]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/gtty.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / gtty.c
index 9a64a9a0dcd715eed031d6b0e6961be6187d6f8b..798185ebb7f758b987e0ee18683dadadf35b887b 100644 (file)
@@ -21,9 +21,7 @@
 
 /* Fill in *PARAMS with terminal parameters associated with FD.  */
 int
-gtty (fd, params)
-     int fd;
-     struct sgttyb *params;
+gtty (int fd, struct sgttyb *params)
 {
   if (params == NULL)
     {