diff options
author | ache <ache@FreeBSD.org> | 2001-09-04 17:41:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-04 17:41:20 +0000 |
commit | a9d341bd9b6bc4808344603ff25f61bb0ae0cab5 (patch) | |
tree | c651582562beb09e0bb39c668750f9c9aefbb3b5 /lib/libc/stdlib/strtoq.c | |
parent | c31a1b31bb252c4fab14be5520bd4a746f8a9920 (diff) | |
download | FreeBSD-src-a9d341bd9b6bc4808344603ff25f61bb0ae0cab5.zip FreeBSD-src-a9d341bd9b6bc4808344603ff25f61bb0ae0cab5.tar.gz |
Remove rcsids and unneded include
Diffstat (limited to 'lib/libc/stdlib/strtoq.c')
-rw-r--r-- | lib/libc/stdlib/strtoq.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index 38bfd34..853ef43 100644 --- a/lib/libc/stdlib/strtoq.c +++ b/lib/libc/stdlib/strtoq.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[] = "@(#)strtoq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - #include <sys/types.h> #include <stdlib.h> |