diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-18 06:44:24 +0000 |
| commit | 3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76 (patch) | |
| tree | a30f1ce4315524ac8bfe683184b016d95f5f9ef6 /bin/sh/cd.c | |
| parent | 1aad99bc66a029aca81fea29ae9ee1ef8ac38565 (diff) | |
Notes
Diffstat (limited to 'bin/sh/cd.c')
| -rw-r--r-- | bin/sh/cd.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/cd.c b/bin/sh/cd.c index c33b7b6956c26..78f7192551027 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.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: cd.c,v 1.15 1997/04/28 03:06:32 steve Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/types.h> |
