summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-ab
blob: 9e70371e22f44db07b9366e54799fbf9036e2970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*** lib/error.c.orig	Mon Nov 26 23:53:19 1990
--- lib/error.c	Thu Oct  6 14:26:04 1994
***************
*** 16,22 ****
   * OR _doprnt.  It should work properly under System V using vprintf.
   * (If you have vprintf, define HAVE_VPRINTF.)
   */
! 
  #include <stdio.h>
  #include <varargs.h>
  
--- 16,22 ----
   * OR _doprnt.  It should work properly under System V using vprintf.
   * (If you have vprintf, define HAVE_VPRINTF.)
   */
! #define HAVE_VPRINTF
  #include <stdio.h>
  #include <varargs.h>
  
***************
*** 32,40 ****
  
  extern char *ProgName;
  extern int errno;
! extern char *sys_errlist[];
! extern int sys_nerr;
! 
  error(va_alist)
  	va_dcl
  {
--- 32,40 ----
  
  extern char *ProgName;
  extern int errno;
! /* extern char *sys_errlist[];
!    extern int sys_nerr;
! */
  error(va_alist)
  	va_dcl
  {