diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-04 17:41:20 +0000 | 
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-04 17:41:20 +0000 | 
| commit | f8ade0e68ecd31d6659ca470a3e3966e18d1c96b (patch) | |
| tree | c651582562beb09e0bb39c668750f9c9aefbb3b5 /lib/libc/stdlib/strtoul.c | |
| parent | f9cd11dc04d0552f1c0e8333f568dcaa88612298 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strtoul.c')
| -rw-r--r-- | lib/libc/stdlib/strtoul.c | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtoul.c b/lib/libc/stdlib/strtoul.c index 6afe9d8da2b4..1f23368f5cbd 100644 --- a/lib/libc/stdlib/strtoul.c +++ b/lib/libc/stdlib/strtoul.c @@ -29,17 +29,14 @@   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE. + * + * $FreeBSD$   */  #if defined(LIBC_SCCS) && !defined(lint)  static char sccsid[] = "@(#)strtoul.c	8.1 (Berkeley) 6/4/93";  #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = -"$FreeBSD$"; -#endif -  #include <limits.h>  #include <ctype.h>  #include <errno.h>  | 
