Deleted Added
full compact
ctm_ed.c (29526) ctm_ed.c (50479)
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@login.dknet.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.dknet.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: ctm_ed.c,v 1.8 1997/02/22 16:05:23 peter Exp $
9 * $FreeBSD: head/usr.sbin/ctm/ctm/ctm_ed.c 50479 1999-08-28 01:35:59Z peter $
10 *
11 */
12
13#include "ctm.h"
14
15int
16ctm_edit(u_char *script, int length, char *filein, char *fileout)
17{

--- 97 unchanged lines hidden ---
10 *
11 */
12
13#include "ctm.h"
14
15int
16ctm_edit(u_char *script, int length, char *filein, char *fileout)
17{

--- 97 unchanged lines hidden ---