mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
$NetBSD: patch-bo,v 1.1 2010/03/03 15:24:20 is Exp $
|
|
|
|
--- srm/fill.c.orig 1999-07-28 22:42:26.000000000 +0200
|
|
+++ srm/fill.c
|
|
@@ -1,6 +1,7 @@
|
|
/* fill.c */
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "../config.h"
|
|
#include "srm.h"
|
|
|