summaryrefslogtreecommitdiff
path: root/archivers/pax/files/gen_subs.c
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-05 05:48:56 +0000
committergrant <grant@pkgsrc.org>2003-09-05 05:48:56 +0000
commitd09d5f0f4e1e68c93fc762b66b5bcfe6f4b335b3 (patch)
treeb5fcbef6d3b52effc7fac4366998755fd01bdf99 /archivers/pax/files/gen_subs.c
parent5d0b8ba7b7f41e8bad5fc83cd2d12fe8246b412b (diff)
downloadpkgsrc-d09d5f0f4e1e68c93fc762b66b5bcfe6f4b335b3.tar.gz
allow this to build again after the recent lot of libnbcompat
changes (full sync with -current coming soon).
Diffstat (limited to 'archivers/pax/files/gen_subs.c')
-rw-r--r--archivers/pax/files/gen_subs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/pax/files/gen_subs.c b/archivers/pax/files/gen_subs.c
index ece03b0abd5..8f6b8a3fff5 100644
--- a/archivers/pax/files/gen_subs.c
+++ b/archivers/pax/files/gen_subs.c
@@ -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 @@ __RCSID("$NetBSD: gen_subs.c,v 1.3 2003/06/24 14:09:21 jschauma Exp $");
#include <ctype.h>
#include <grp.h>
#include <pwd.h>
-#include <vis.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>