summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-cm
blob: 700efc43d2c66b72d1a9e935e8124e9bd952ae34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/t_mem.c work.new/skip/keymgrd/t_mem.c
--- skipsrc-1.0.orig/skip/keymgrd/t_mem.c	Fri Oct 25 13:12:55 1996
+++ work.new/skip/keymgrd/t_mem.c	Mon Jan 24 12:35:41 2000
@@ -45,8 +45,7 @@
 #pragma ident "@(#)t_mem.c	1.2 95/11/23 Sun Microsystems"
 
 #include "global.h"
-#include <memory.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 
 void T_memset(POINTER s, int c, unsigned int n )