diff options
Diffstat (limited to 'lib/libcompat/4.1/ftime.c')
-rw-r--r-- | lib/libcompat/4.1/ftime.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 3bd1e01ed5f..7e2d78faba3 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $ */ +/* $OpenBSD: ftime.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -55,10 +55,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> |