diff options
author | Steve Price <steve@FreeBSD.org> | 1997-08-07 21:42:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1997-08-07 21:42:17 +0000 |
commit | 380fdd7d7ea5ad81bbf682a2c7bbde3dd5cf0dba (patch) | |
tree | dcebd97e13c89dc8953bab522cd52d653b3c492a /bin/csh/char.c | |
parent | 395f4bf0befc265077a5774bb682eb1dc21c1580 (diff) | |
download | src-test2-380fdd7d7ea5ad81bbf682a2c7bbde3dd5cf0dba.tar.gz src-test2-380fdd7d7ea5ad81bbf682a2c7bbde3dd5cf0dba.zip |
Notes
Diffstat (limited to 'bin/csh/char.c')
-rw-r--r-- | bin/csh/char.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/csh/char.c b/bin/csh/char.c index 5e1a1e4a6bc0..9ae8b21d3631 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -29,12 +29,15 @@ * 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$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 5/31/93"; +#else +static const char rcsid[] = + "$Id: char.c,v 1.4 1997/02/22 14:01:37 peter Exp $"; +#endif #endif /* not lint */ #include "char.h" |