diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
| commit | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch) | |
| tree | d2baf06176c4135542f5717a0fa9b45752f77e4f /lib/libcompat/ftime.c | |
| parent | c8194f0876b272d70833a6b91ec566314a02050a (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'lib/libcompat/ftime.c')
| -rw-r--r-- | lib/libcompat/ftime.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcompat/ftime.c b/lib/libcompat/ftime.c index 370f0926b2e..51333e47ab2 100644 --- a/lib/libcompat/ftime.c +++ b/lib/libcompat/ftime.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef lint +static char rcsid[] = "$Id: ftime.c,v 1.2 1993/08/02 17:50:05 mycroft Exp $"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> |
