$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:29 danw Exp $

--- tildepath.c.orig	1998-03-29 16:08:21.000000000 -0500
+++ tildepath.c	2008-08-30 04:18:54.000000000 -0400
@@ -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>
 
@@ -68,12 +67,6 @@ char *path;		/* Path starting with ~ */
     int size;		/* Length of new path */
 
     /*
-     * Functions
-     */
-
-    char *strdup();		/* Make a copy of a path */
-
-    /*
      * If the path doesn't start with ~ quit right now
      */
 
