diff options
Diffstat (limited to 'time/sunclock/patches/patch-aa')
-rw-r--r-- | time/sunclock/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/time/sunclock/patches/patch-aa b/time/sunclock/patches/patch-aa new file mode 100644 index 00000000000..e6ae63a329c --- /dev/null +++ b/time/sunclock/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:29 danw Exp $ + +--- tildepath.c.orig Sun Mar 29 16:08:21 1998 ++++ tildepath.c +@@ -37,7 +37,6 @@ static char SccsId[] = { "@(#) tildepath + #include <stdio.h> + #include <stdlib.h> + #include <pwd.h> +-#include <malloc.h> + #include <string.h> + #include <unistd.h> + |