summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ac
blob: 32a0e6c952201c835d1e303bda2a719f0c652a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** sh.h.bak	Sat Oct 19 21:54:12 1996
--- sh.h	Mon Dec 16 03:02:35 1996
***************
*** 1085,1091 ****
  /*
   * To print system call errors...
   */
! #ifdef __NetBSD__
  # include <errno.h>
  #else
  # ifndef linux
--- 1085,1091 ----
  /*
   * To print system call errors...
   */
! #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
  # include <errno.h>
  #else
  # ifndef linux