View | Details | Raw Unified | Return to bug 36672
Collapse All | Expand All

(-)plp.dist/files/patch-ah (-19 lines)
Lines 1-19 Link Here
1
*** ncp/packet.cc	Wed Apr  3 08:39:27 2002
2
--- ncp/packet.cc	Wed Apr  3 08:39:50 2002
3
***************
4
*** 21,27 ****
5
  
6
  
7
  #include <stdio.h>
8
! #include <malloc.h>
9
  #include <unistd.h>
10
  #include <sys/time.h>
11
  #include <sys/types.h>
12
--- 21,27 ----
13
  
14
  
15
  #include <stdio.h>
16
! #include <stdlib.h>
17
  #include <unistd.h>
18
  #include <sys/time.h>
19
  #include <sys/types.h>
(-)plp.dist/files/patch-ai (-19 lines)
Lines 1-19 Link Here
1
*** ncp/socketchan.cc	Wed Apr  3 08:41:11 2002
2
--- ncp/socketchan.cc	Wed Apr  3 08:41:31 2002
3
***************
4
*** 22,28 ****
5
  #include <stream.h>
6
  #include "stdio.h"
7
  #include "string.h"
8
! #include "malloc.h"
9
  
10
  #include "bool.h"
11
  #include "socketchan.h"
12
--- 22,28 ----
13
  #include <stream.h>
14
  #include "stdio.h"
15
  #include "string.h"
16
! #include <stdlib.h>
17
  
18
  #include "bool.h"
19
  #include "socketchan.h"

Return to bug 36672