Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/boot/boot Remove atoi() prototype



details:   https://anonhg.NetBSD.org/src/rev/f169bceebae3
branches:  trunk
changeset: 798164:f169bceebae3
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 10 16:53:22 2014 +0000

description:
Remove atoi() prototype

diffstat:

 sys/arch/vax/boot/boot/devopen.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 23236310c0d3 -r f169bceebae3 sys/arch/vax/boot/boot/devopen.c
--- a/sys/arch/vax/boot/boot/devopen.c  Sun Aug 10 16:44:32 2014 +0000
+++ b/sys/arch/vax/boot/boot/devopen.c  Sun Aug 10 16:53:22 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: devopen.c,v 1.16 2009/03/14 21:04:16 dsl Exp $ */
+/*     $NetBSD: devopen.c,v 1.17 2014/08/10 16:53:22 martin Exp $ */
 /*
  * Copyright (c) 1997 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -43,7 +43,6 @@
 
 #include "vaxstand.h"
 
-int    atoi(char *);
 int nexaddr, csrbase;
 
 int



Home | Main Index | Thread Index | Old Index