From 49b1fae4309ab5b9833f0af388483c2b6b4b3d50 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 28 Mar 2005 02:09:01 +0000 Subject: merge from gcc --- libiberty/fdmatch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libiberty/fdmatch.c') diff --git a/libiberty/fdmatch.c b/libiberty/fdmatch.c index 979c214..76ad36f 100644 --- a/libiberty/fdmatch.c +++ b/libiberty/fdmatch.c @@ -46,9 +46,7 @@ BUGS #include #include -int fdmatch (fd1, fd2) - int fd1; - int fd2; +int fdmatch (int fd1, int fd2) { struct stat sbuf1; struct stat sbuf2; -- cgit v1.1