diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:37:43 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:37:43 +0000 |
commit | 1ee36a5be67f35cfdeac5c92a2a79145c9b98a88 (patch) | |
tree | 72ef5634cd262000e6e795f9c657063b875d22a7 /bin/dd | |
parent | 0cb2e609d9c2f0ceaf730a57ac5c11580058e7f4 (diff) | |
download | src-test2-1ee36a5be67f35cfdeac5c92a2a79145c9b98a88.tar.gz src-test2-1ee36a5be67f35cfdeac5c92a2a79145c9b98a88.zip |
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 13fb2d62b268..d75fd344e986 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -34,18 +34,18 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: misc.c,v 1.8 1997/10/08 12:59:14 eivind Exp $ + * $Id: misc.c,v 1.9 1997/10/09 10:50:54 eivind Exp $ */ #ifndef lint static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ -#include <sys/errno.h> #include <sys/types.h> #include <sys/time.h> #include <err.h> +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |