ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
* serial port, we'll say yes, return a 1.
|
||||
*/
|
||||
int
|
||||
_DEFUN (isatty, (fd),
|
||||
int fd)
|
||||
isatty (int fd)
|
||||
{
|
||||
return (1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user