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/memalloc.c | |
| parent | 1aad99bc66a029aca81fea29ae9ee1ef8ac38565 (diff) | |
Notes
Diffstat (limited to 'bin/sh/memalloc.c')
| -rw-r--r-- | bin/sh/memalloc.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index b69c12851c9c..3f3982555560 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.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: memalloc.c,v 1.7 1997/02/22 13:58:34 peter Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include "shell.h" |
