diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-18 03:11:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-18 03:11:37 +0000 |
commit | 9afd24b0e35ecdc6132b93f8c2dd8ee57ff8a636 (patch) | |
tree | ad1c9059bcb63fca9036237695ffbdf53ebc9c5d /usr.bin/sup | |
parent | a40dd2fb1f521296ac73e77e22f23bdb19b2ec66 (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.c | 3 |
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> |