diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
commit | 86bc037e711eb91a7613e3b6e3d960188a6543eb (patch) | |
tree | 1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/alias.c | |
parent | 73aa05049384acedec92bf177501e01ce2ca99d7 (diff) | |
download | FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz |
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/alias.c')
-rw-r--r-- | bin/sh/alias.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 3e7dc4d..9ef862b 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -32,12 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: alias.c,v 1.8 1997/04/28 03:06:32 steve Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <stdlib.h> |