summaryrefslogtreecommitdiffstats
path: root/bin/csh/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/alloc.c')
-rw-r--r--bin/csh/alloc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c
index 563c202..2fe836c 100644
--- a/bin/csh/alloc.c
+++ b/bin/csh/alloc.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[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93";
+#else
+static const char rcsid[] =
+ "$Id: alloc.c,v 1.6 1997/02/22 14:01:37 peter Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud