pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/lile Include <dirent.h> instead of <sys/dirent.h>...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eabdd54e9e34
branches: trunk
changeset: 485532:eabdd54e9e34
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Dec 15 06:14:23 2004 +0000
description:
Include <dirent.h> instead of <sys/dirent.h> to make this package
build on platforms without the latter (e.g. Linux).
diffstat:
misc/lile/distinfo | 4 ++--
misc/lile/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r dfd07ee81393 -r eabdd54e9e34 misc/lile/distinfo
--- a/misc/lile/distinfo Wed Dec 15 02:37:59 2004 +0000
+++ b/misc/lile/distinfo Wed Dec 15 06:14:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/05/29 16:16:29 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/12/15 06:14:23 minskim Exp $
SHA1 (lile-2.0.tar.z) = 8969acd0de5599fee8fb2d1c49c4804f5ae25156
Size (lile-2.0.tar.z) = 22901 bytes
-SHA1 (patch-aa) = f737f0c59b79be4e4ac2822944c2b3f45c7e9539
+SHA1 (patch-aa) = 9040bda4c44e1c1fb7253ce7c0f8552a239c6bc7
diff -r dfd07ee81393 -r eabdd54e9e34 misc/lile/patches/patch-aa
--- a/misc/lile/patches/patch-aa Wed Dec 15 02:37:59 2004 +0000
+++ b/misc/lile/patches/patch-aa Wed Dec 15 06:14:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2001/05/29 16:16:30 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2004/12/15 06:14:23 minskim Exp $
--- ile.c.orig Wed Jun 9 05:12:33 1993
+++ ile.c
@@ -23,7 +23,7 @@
#include <sys/ioctl.h>
#include <sys/types.h>
-#include <sys/dir.h>
-+#include <sys/dirent.h>
++#include <dirent.h>
#include <sys/file.h>
#include <sys/time.h>
#include <sys/wait.h>
Home |
Main Index |
Thread Index |
Old Index