summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/os.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-08-18 03:11:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-08-18 03:11:37 +0000
commit9afd24b0e35ecdc6132b93f8c2dd8ee57ff8a636 (patch)
treead1c9059bcb63fca9036237695ffbdf53ebc9c5d /usr.sbin/mopd/common/os.h
parenta40dd2fb1f521296ac73e77e22f23bdb19b2ec66 (diff)
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
Diffstat (limited to 'usr.sbin/mopd/common/os.h')
-rw-r--r--usr.sbin/mopd/common/os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/os.h b/usr.sbin/mopd/common/os.h
index 84f7bf86c15..601b2601e97 100644
--- a/usr.sbin/mopd/common/os.h
+++ b/usr.sbin/mopd/common/os.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: os.h,v 1.2 1996/09/21 19:11:50 maja Exp $ */
+/* $OpenBSD: os.h,v 1.3 1997/08/18 03:11:31 millert Exp $ */
/*
* Copyright (c) 1994-95 Mats O Jansson. All rights reserved.
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: os.h,v 1.2 1996/09/21 19:11:50 maja Exp $
+ * $OpenBSD: os.h,v 1.3 1997/08/18 03:11:31 millert Exp $
*
*/
@@ -51,7 +51,7 @@
#include <sys/time.h>
#include <time.h>
#include <fcntl.h>
-#include <strings.h>
+#include <string.h>
#include <unistd.h>
#define DEV_NEW_CONF