summaryrefslogtreecommitdiff
path: root/usr.bin/sup
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.bin/sup
parenta40dd2fb1f521296ac73e77e22f23bdb19b2ec66 (diff)
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
Diffstat (limited to 'usr.bin/sup')
-rw-r--r--usr.bin/sup/src/ci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sup/src/ci.c b/usr.bin/sup/src/ci.c
index ed5acd2db75..12100239cae 100644
--- a/usr.bin/sup/src/ci.c
+++ b/usr.bin/sup/src/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.3 1997/01/17 07:13:18 millert Exp $ */
+/* $OpenBSD: ci.c,v 1.4 1997/08/18 03:11:29 millert Exp $ */
/*
* Copyright (c) 1991 Carnegie Mellon University
@@ -140,7 +140,6 @@
*/
-#include <strings.h>
#include <libc.h>
#include <ci.h>
#include <del.h>