From 7100c892fdfe7178f865cc31904f5bc9764ab50a Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 3 Nov 1991 22:46:06 +0000 Subject: [PATCH] Get rid of MISSING_VFPRINTF, since libiberty provides one. --- bfd/hosts/rtbsd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index 45edd3fe25e..8525052763d 100644 --- a/bfd/hosts/rtbsd.h +++ b/bfd/hosts/rtbsd.h @@ -11,8 +11,6 @@ #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -#define MISSING_VFPRINTF /* Presumably. */ - #define SEEK_SET 0 #define SEEK_CUR 1 -- 2.30.2