diff options
| author | lukem <lukem@NetBSD.org> | 2007-12-12 22:55:42 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2007-12-12 22:55:42 +0000 |
| commit | bcf893f432e25aa7e7b40e3f0038f5d12b503e92 (patch) | |
| tree | cefa45d8f3ce5380bc11f41aeda00dcf6998e433 /bin/ksh/alloc.c | |
| parent | e2b280eabb9be125c38eb015f739b0e206bf2a3c (diff) | |
use __RCSID()
Diffstat (limited to 'bin/ksh/alloc.c')
| -rw-r--r-- | bin/ksh/alloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ksh/alloc.c b/bin/ksh/alloc.c index c96c3b31229..31f2330412a 100644 --- a/bin/ksh/alloc.c +++ b/bin/ksh/alloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: alloc.c,v 1.9 2006/04/01 23:36:28 christos Exp $ */ +/* $NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $ */ /* * Copyright (c) 2002 Marc Espie. @@ -28,6 +28,8 @@ /* * area-based allocation built on malloc/free */ +#include <sys/cdefs.h> +__RCSID("$NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $"); #include "sh.h" |
