diff options
author | alex <alex@FreeBSD.org> | 1997-12-29 00:00:10 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-29 00:00:10 +0000 |
commit | 0f42dce47011b17fa2054e5947f7f968febf1d5c (patch) | |
tree | 258d1d57796ffed4dc5107013d91d0314ae5904d /bin/sh | |
parent | c1884e4eb82e84ce82130c5b3802b7d470e0d49f (diff) | |
download | FreeBSD-src-0f42dce47011b17fa2054e5947f7f968febf1d5c.zip FreeBSD-src-0f42dce47011b17fa2054e5947f7f968febf1d5c.tar.gz |
Added $Id$.
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/cd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/cd.h b/bin/sh/cd.h index 2b00fc2..feb6d81 100644 --- a/bin/sh/cd.h +++ b/bin/sh/cd.h @@ -29,6 +29,8 @@ * 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$ */ char *getpwd __P((void)); |