diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-06-15 13:44:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-06-15 13:44:37 +0000 |
commit | e6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a (patch) | |
tree | d6a99e0065ab5d39b716a0d5272ef21055745e0c /port/strtoi.c | |
parent | 6fa63e1816f543db1c68320f442e30f95d8f9f78 (diff) |
Notes
Diffstat (limited to 'port/strtoi.c')
-rw-r--r-- | port/strtoi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/port/strtoi.c b/port/strtoi.c index 5514f1a00a32..ef44c40f681a 100644 --- a/port/strtoi.c +++ b/port/strtoi.c @@ -1,4 +1,4 @@ -/* $NetBSD: strtoi.c,v 1.3 2015/01/22 03:10:50 christos Exp $ */ +/* $NetBSD: strtoi.c,v 1.2 2015/01/22 02:35:44 christos Exp $ */ /*- * Copyright (c) 2005 The DragonFly Project. All rights reserved. @@ -34,7 +34,7 @@ #endif #include <sys/cdefs.h> -__RCSID("$NetBSD: strtoi.c,v 1.3 2015/01/22 03:10:50 christos Exp $"); +__RCSID("$NetBSD: strtoi.c,v 1.2 2015/01/22 02:35:44 christos Exp $"); #if defined(_KERNEL) #include <sys/param.h> |