diff options
author | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 8722740e7f163b275491a0b05c8640341b937558 (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/sh/alias.h | |
parent | 111d145dc40797c8894e8aa7dc6632e33bce87bf (diff) | |
download | FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz |
Added $Id$
Diffstat (limited to 'bin/sh/alias.h')
-rw-r--r-- | bin/sh/alias.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/alias.h b/bin/sh/alias.h index adc56a9..b5fed8d 100644 --- a/bin/sh/alias.h +++ b/bin/sh/alias.h @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.1 (Berkeley) 5/31/93 + * $Id$ */ #define ALIASINUSE 1 |