summaryrefslogtreecommitdiff
path: root/games/xdeblock/files/patch-ac
blob: d89daf31ed13a473379c865f28cfeebaeb6b963b (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
*** dialog.c.orig	Sat Nov 16 14:37:15 1996
--- dialog.c	Fri Jan 15 00:00:00 2000
***************
*** 8,14 ****
  
  #include        <sys/types.h>
  #include        <sys/stat.h>
! #include        <sys/dir.h>
  
  #include 	"gameheader.h"
  
--- 8,14 ----
  
  #include        <sys/types.h>
  #include        <sys/stat.h>
! #include        <dirent.h>
  
  #include 	"gameheader.h"
  
***************
*** 430,436 ****
       char    *fflag;
  {
    DIR           *dp;
!   struct direct *dir;
    struct stat   sbuf;
    char          newname[256];
    register      i = 0;
--- 430,436 ----
       char    *fflag;
  {
    DIR           *dp;
!   struct dirent *dir;
    struct stat   sbuf;
    char          newname[256];
    register      i = 0;