Deleted Added
full compact
fdwrite.c (29559) fdwrite.c (50479)
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *
9 * $Id: fdwrite.c,v 1.6 1997/02/22 16:05:49 peter Exp $
9 * $FreeBSD: head/usr.sbin/fdwrite/fdwrite.c 50479 1999-08-28 01:35:59Z peter $
10 *
11 */
12
13#include <ctype.h>
14#include <err.h>
15#include <fcntl.h>
16#include <stdio.h>
17#include <stdlib.h>

--- 177 unchanged lines hidden ---
10 *
11 */
12
13#include <ctype.h>
14#include <err.h>
15#include <fcntl.h>
16#include <stdio.h>
17#include <stdlib.h>

--- 177 unchanged lines hidden ---