diff options
author | mp <mp@FreeBSD.org> | 2002-07-24 16:23:10 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2002-07-24 16:23:10 +0000 |
commit | 8f8ca3304fcd63d6800b976d954757b29cfac466 (patch) | |
tree | 950e445cc8240dbde1fc31262ac346dd381187e7 /contrib/tcsh/tc.os.c | |
parent | 90caf3dc007c8058723ca04547cb5ea0e194326f (diff) | |
parent | f2c2aa29b7d05c53575ab7ce4dc5870fd33a1310 (diff) | |
download | FreeBSD-src-8f8ca3304fcd63d6800b976d954757b29cfac466.zip FreeBSD-src-8f8ca3304fcd63d6800b976d954757b29cfac466.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r100616,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcsh/tc.os.c')
-rw-r--r-- | contrib/tcsh/tc.os.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/tcsh/tc.os.c b/contrib/tcsh/tc.os.c index a5b8f55..84819ff 100644 --- a/contrib/tcsh/tc.os.c +++ b/contrib/tcsh/tc.os.c @@ -1,4 +1,4 @@ -/* $Header: /src/pub/tcsh/tc.os.c,v 3.52 2000/11/11 23:03:39 christos Exp $ */ +/* $Header: /src/pub/tcsh/tc.os.c,v 3.53 2002/03/08 17:36:47 christos Exp $ */ /* * tc.os.c: OS Dependent builtin functions */ @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -36,7 +32,7 @@ */ #include "sh.h" -RCSID("$Id: tc.os.c,v 3.52 2000/11/11 23:03:39 christos Exp $") +RCSID("$Id: tc.os.c,v 3.53 2002/03/08 17:36:47 christos Exp $") #include "tw.h" #include "ed.h" |