pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add re-add fix from r1.42 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95ea7c5dc0ab
branches:  trunk
changeset: 528072:95ea7c5dc0ab
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 20 13:36:25 2007 +0000

description:
re-add fix from r1.42 after sync

diffstat:

 pkgtools/pkg_install/files/add/perform.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2ffa73d3f907 -r 95ea7c5dc0ab pkgtools/pkg_install/files/add/perform.c
--- a/pkgtools/pkg_install/files/add/perform.c  Fri Apr 20 13:16:01 2007 +0000
+++ b/pkgtools/pkg_install/files/add/perform.c  Fri Apr 20 13:36:25 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.45 2007/04/16 12:55:35 joerg Exp $       */
+/*     $NetBSD: perform.c,v 1.46 2007/04/20 13:36:25 tnn Exp $ */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -14,7 +14,7 @@
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.45 2007/04/16 12:55:35 joerg Exp $");
+__RCSID("$NetBSD: perform.c,v 1.46 2007/04/20 13:36:25 tnn Exp $");
 #endif
 #endif
 
@@ -47,6 +47,7 @@
 #if HAVE_ERRNO_H
 #include <errno.h>
 #endif
+#include "defs.h"
 #include "lib.h"
 #include "add.h"
 #include "verify.h"



Home | Main Index | Thread Index | Old Index