1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/skip/files/patch-cb
1999-03-10 22:28:00 +00:00

14 lines
465 B
Plaintext

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 Mar 8 21:33:38 1999
@@ -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 )