diff options
| author | lukem <lukem@NetBSD.org> | 2003-03-09 00:57:17 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-03-09 00:57:17 +0000 |
| commit | a2ed7b2d73611dcbcfe31217fee94d19c8826db0 (patch) | |
| tree | 7e429b3e4a4218525128d7ca7610f166c54086b6 /lib/libform/driver.c | |
| parent | edec83ad56a5661fcf4a0c338633fc46f5cdb9d0 (diff) | |
use __RCSID()
Diffstat (limited to 'lib/libform/driver.c')
| -rw-r--r-- | lib/libform/driver.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libform/driver.c b/lib/libform/driver.c index eed6cd1b51f..d7edcd0f846 100644 --- a/lib/libform/driver.c +++ b/lib/libform/driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: driver.c,v 1.14 2002/08/02 11:48:02 blymn Exp $ */ +/* $NetBSD: driver.c,v 1.15 2003/03/09 00:57:17 lukem Exp $ */ /*- * Copyright (c) 1998-1999 Brett Lymn @@ -29,6 +29,9 @@ * */ +#include <sys/cdefs.h> +__RCSID("$NetBSD: driver.c,v 1.15 2003/03/09 00:57:17 lukem Exp $"); + #include <ctype.h> #include "form.h" #include "internals.h" |
