--- 43BSDReno/contrib/isode-beta/others/idist/expand.c 2018/04/24 16:12:56 1.1 +++ 43BSDReno/contrib/isode-beta/others/idist/expand.c 2018/04/24 16:12:56 1.1.1.1 @@ -1,7 +1,7 @@ /* expand.c -- various expanisions of shell type patterns */ /* - * $Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/others/idist/expand.c,v 1.1 2018/04/24 16:12:56 root Exp $ + * $Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/others/idist/expand.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $ * * Expansion primitives for wild card names. The tilde expansion stuff * has been moved out as both sides require that whilst only the @@ -12,8 +12,8 @@ * * * $Log: expand.c,v $ - * Revision 1.1 2018/04/24 16:12:56 root - * Initial revision + * Revision 1.1.1.1 2018/04/24 16:12:56 root + * BSD 4.3reno * * Revision 7.0 89/11/23 21:58:25 mrose * Release 6.0 @@ -28,7 +28,7 @@ #ifndef lint static char sccsid[] = "@(#)expand.c 5.2 (Berkeley) 3/28/86"; -static char *rcsid = "$Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/others/idist/expand.c,v 1.1 2018/04/24 16:12:56 root Exp $"; +static char *rcsid = "$Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/others/idist/expand.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $"; #endif #include "defs.h"