diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-02-24 22:12:28 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-02-24 22:12:28 +0000 |
commit | b9b3d8e0167a5944cbb2d240d112c940630f3fec (patch) | |
tree | 8ebbb19af6bc97d04448e5b6e3c2d63b21eb72b7 /sys/lib | |
parent | ba89d8a91759aff8def991b8ca66931ae470a178 (diff) |
Fix OpenBSD tag.
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/libsa/strtol.c b/sys/lib/libsa/strtol.c index 2c6808f1bf4..7915349f4e0 100644 --- a/sys/lib/libsa/strtol.c +++ b/sys/lib/libsa/strtol.c @@ -1,4 +1,4 @@ -/* $OpenBSD*/ +/* $OpenBSD: strtol.c,v 1.2 1998/02/24 22:12:27 weingart Exp $ */ /* Modified strtol() from stdlib */ /*- * Copyright (c) 1990 The Regents of the University of California. |