Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ultra3-xdep.c
index ff566226050d28c2b1ab82531830b31fb17b51bc..57bab86e3bfdc317e16b22656504839ac95b7f69 100644 (file)
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define DEBUG
 #include "defs.h"
@@ -34,7 +34,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "gdbcore.h"
 
 #include <sys/file.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 
 /* Assorted operating system circumventions */
 
@@ -53,7 +53,7 @@ int fd, cmd, arg;
   switch (cmd) {
        case F_GETFL: return(O_RDONLY); break;
        default:        
-               printf("Ultra3's fcntl() failing, cmd = %d.\n",cmd);
+               printf_unfiltered("Ultra3's fcntl() failing, cmd = %d.\n",cmd);
                return(-1);
   }
 }
This page took 0.024436 seconds and 4 git commands to generate.