$NetBSD: patch-aa,v 1.3 2022/12/09 14:13:00 vins Exp $

Don't make own declaration of strdup().

--- tildepath.c.orig	2000-09-01 15:34:51.000000000 +0000
+++ tildepath.c
@@ -38,7 +38,6 @@ T* AUTHOR
 #include <stdio.h>
 #include <stdlib.h>
 #include <pwd.h>
-#include <malloc.h>
 #include <string.h>
 
 /*
@@ -71,8 +70,6 @@ char *path;		/* Path starting with ~ */
      * Functions
      */
 
-    /*    char *strdup();	*/	/* Make a copy of a path */
-
     /*
      * If the path doesn't start with ~ quit right now
      */
