mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
347 B
C
17 lines
347 B
C
$NetBSD: patch-filelist.c,v 1.1 2011/02/03 14:15:12 obache Exp $
|
|
|
|
--- filelist.c.orig 2002-09-11 05:15:12.000000000 +0000
|
|
+++ filelist.c
|
|
@@ -7,9 +7,10 @@
|
|
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
+#include <limits.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <strings.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
#include "filelist.h"
|