16 lines
377 B
Text
16 lines
377 B
Text
$NetBSD: patch-ac,v 1.1 2004/05/05 00:46:45 danw Exp $
|
|
|
|
--- support.c.orig Sun May 2 21:35:48 2004
|
|
+++ support.c
|
|
@@ -18,11 +18,7 @@
|
|
* bartel@informatik.tu-muenchen.de
|
|
*/
|
|
#include <string.h>
|
|
-#if defined(FreeBSD)
|
|
#include <stdlib.h>
|
|
-#else
|
|
-#include <malloc.h>
|
|
-#endif /*FreeBSD*/
|
|
#include "support.h"
|
|
|
|
/* Pad the string to size from right with character pad.
|