13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
$NetBSD: patch-ar,v 1.1 2007/07/28 01:30:02 joerg Exp $
|
|
|
|
--- program/url.c.orig 2007-07-28 01:08:08.000000000 +0000
|
|
+++ program/url.c
|
|
@@ -2,7 +2,6 @@
|
|
#include "url.h"
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
#include <stdlib.h>
|
|
|
|
int is_url(char *string);
|