]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Don't name variables in mmap prototype.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 14 Mar 1994 20:47:18 +0000 (20:47 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 14 Mar 1994 20:47:18 +0000 (20:47 +0000)
From-SVN: r6789

gcc/fixinc.svr4

index 1b1621062b46782ec9613f3fd1b0fb23cb26e440..ae60d463a1ca54058ca04128d6ba72f635a010bc 100755 (executable)
@@ -389,8 +389,7 @@ if [ \! -z "$file_to_fix" ]; then
   chmod +w /tmp/$base
   sed -e '/^extern caddr_t mmap();$/c\
 #ifdef __STDC__\
-extern caddr_t mmap (caddr_t addr, size_t len, int prot, int flags,\
-                     int fd, off_t off);\
+extern caddr_t mmap (caddr_t, size_t, int, int, int, off_t);\
 #else /* !defined(__STDC__) */\
 extern caddr_t mmap ();\
 #endif /* !defined(__STDC__) */' /tmp/$base > /tmp/$base.sed