use string.h instead of strings.h
This commit is contained in:
parent
af641bd13a
commit
9f6ff4ad6f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ci.c,v 1.2 1997/06/17 18:56:08 christos Exp $ */
|
||||
/* $NetBSD: ci.c,v 1.3 1997/10/18 07:15:16 lukem Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1991 Carnegie Mellon University
|
||||
* All Rights Reserved.
|
||||
@ -139,7 +139,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <libc.h>
|
||||
#include <ci.h>
|
||||
#include <del.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cmds.c,v 1.7 1997/10/17 14:19:58 lukem Exp $ */
|
||||
/* $NetBSD: cmds.c,v 1.8 1997/10/18 07:13:33 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1985, 1993 The Regents of the University of California.
|
||||
@ -38,12 +38,12 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 3/26/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: cmds.c,v 1.7 1997/10/17 14:19:58 lukem Exp $");
|
||||
__RCSID("$NetBSD: cmds.c,v 1.8 1997/10/18 07:13:33 lukem Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#ifdef sgi
|
||||
#ident "$Revision: 1.7 $"
|
||||
#ident "$Revision: 1.8 $"
|
||||
#endif
|
||||
|
||||
#include "timedc.h"
|
||||
@ -54,7 +54,7 @@ __RCSID("$NetBSD: cmds.c,v 1.7 1997/10/17 14:19:58 lukem Exp $");
|
||||
#include <netinet/ip_icmp.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define TSPTYPES
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: timedc.c,v 1.5 1997/10/17 14:20:19 lukem Exp $ */
|
||||
/* $NetBSD: timedc.c,v 1.6 1997/10/18 07:13:35 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1985, 1993 The Regents of the University of California.
|
||||
@ -44,22 +44,22 @@ __COPYRIGHT(
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)timedc.c 8.1 (Berkeley) 6/6/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: timedc.c,v 1.5 1997/10/17 14:20:19 lukem Exp $");
|
||||
__RCSID("$NetBSD: timedc.c,v 1.6 1997/10/18 07:13:35 lukem Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#ifdef sgi
|
||||
#ident "$Revision: 1.5 $"
|
||||
#ident "$Revision: 1.6 $"
|
||||
#endif
|
||||
|
||||
#include "timedc.h"
|
||||
#include <strings.h>
|
||||
#include <signal.h>
|
||||
#include <ctype.h>
|
||||
#include <setjmp.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int trace = 0;
|
||||
FILE *fd = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: makedbm.c,v 1.6 1997/10/13 03:47:09 lukem Exp $ */
|
||||
/* $NetBSD: makedbm.c,v 1.7 1997/10/18 07:05:31 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: makedbm.c,v 1.6 1997/10/13 03:47:09 lukem Exp $");
|
||||
__RCSID("$NetBSD: makedbm.c,v 1.7 1997/10/18 07:05:31 lukem Exp $");
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -44,7 +44,7 @@ __RCSID("$NetBSD: makedbm.c,v 1.6 1997/10/13 03:47:09 lukem Exp $");
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rpc/rpc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user