summaryrefslogtreecommitdiff
path: root/lang/mawk/patches/patch-ab
blob: 305cf19f6ad2ea72901b20164619a46e4c23421c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.1 2002/04/06 14:02:56 mrg Exp $


*** matherr.c.orig	Mon Sep  2 02:54:35 1996
--- matherr.c	Sat Apr  6 23:55:20 2002
***************
*** 204,210 ****
  thing on bsd43_vax
  */
  
! #ifdef	 BSD43_VAX
  
  #include <errno.h>
  
--- 204,210 ----
  thing on bsd43_vax
  */
  
! #if defined(BSD43_VAX) || defined(__vax__)
  
  #include <errno.h>