From 8fff680594a3497e468ea5d9a2e06a0625262a84 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 28 Jun 1993 02:26:53 +0000 Subject: [PATCH] On Sony, defines ioctl. --- v7/src/microcode/ux.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 034d4634f..cbbc1e97a 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.47 1993/06/24 06:34:39 gjr Exp $ +$Id: ux.h,v 1.48 1993/06/28 02:26:53 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -59,10 +59,8 @@ extern int errno; /* These seem to be missing from versions of unistd.h */ -#ifndef _HPUX -/* in HP-UX has mis-matching prototype - The following is as specified by OSF/1 Programmer's reference. - */ +#if !(defined(_HPUX) || defined(sonyrisc)) +/* As specified by OSF/1 Programmer's reference: */ extern int EXFUN (ioctl, (int, unsigned long, ...)); #endif #ifndef _SUNOS4 -- 2.25.1