summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/futil.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/add/futil.c')
-rw-r--r--usr.sbin/pkg_install/add/futil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c
index 3bda0b4..7cf18e6 100644
--- a/usr.sbin/pkg_install/add/futil.c
+++ b/usr.sbin/pkg_install/add/futil.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: futil.c,v 1.2 1993/09/03 23:00:34 jkh Exp $";
+static const char *rcsid = "$Id: futil.c,v 1.3 1994/12/06 00:51:32 jkh Exp $";
#endif
/*
@@ -34,7 +34,7 @@ int
make_hierarchy(char *dir)
{
char *cp1, *cp2;
-
+
if (dir[0] == '/')
cp1 = cp2 = dir + 1;
else
OpenPOWER on IntegriCloud