pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pax/files allow this to build again after th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb085b7ca46
branches:  trunk
changeset: 460822:3eb085b7ca46
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Sep 05 05:48:56 2003 +0000

description:
allow this to build again after the recent lot of libnbcompat
changes (full sync with -current coming soon).

diffstat:

 archivers/pax/files/ftree.c    |  5 ++---
 archivers/pax/files/gen_subs.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 36bd4d9897e6 -r 3eb085b7ca46 archivers/pax/files/ftree.c
--- a/archivers/pax/files/ftree.c       Fri Sep 05 04:38:44 2003 +0000
+++ b/archivers/pax/files/ftree.c       Fri Sep 05 05:48:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ftree.c,v 1.2 2003/06/23 13:37:10 grant Exp $  */
+/*     $NetBSD: ftree.c,v 1.3 2003/09/05 05:48:56 grant Exp $  */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -83,7 +83,7 @@
 #if 0
 static char sccsid[] = "@(#)ftree.c    8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: ftree.c,v 1.2 2003/06/23 13:37:10 grant Exp $");
+__RCSID("$NetBSD: ftree.c,v 1.3 2003/09/05 05:48:56 grant Exp $");
 #endif
 #endif /* not lint */
 
@@ -93,7 +93,6 @@
 #include <sys/param.h>
 #include <ctype.h>
 #include <errno.h>
-#include <fts.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff -r 36bd4d9897e6 -r 3eb085b7ca46 archivers/pax/files/gen_subs.c
--- a/archivers/pax/files/gen_subs.c    Fri Sep 05 04:38:44 2003 +0000
+++ b/archivers/pax/files/gen_subs.c    Fri Sep 05 05:48:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gen_subs.c,v 1.3 2003/06/24 14:09:21 jschauma Exp $    */
+/*     $NetBSD: gen_subs.c,v 1.4 2003/09/05 05:48:56 grant Exp $       */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -48,7 +48,7 @@
 #if 0
 static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: gen_subs.c,v 1.3 2003/06/24 14:09:21 jschauma Exp $");
+__RCSID("$NetBSD: gen_subs.c,v 1.4 2003/09/05 05:48:56 grant Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,7 +60,6 @@
 #include <ctype.h>
 #include <grp.h>
 #include <pwd.h>
-#include <vis.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index