Deleted Added
full compact
glbl.c (27963) glbl.c (50471)
1/* glob.c: This file contains the global command routines for the ed line
2 editor */
3/*-
4 * Copyright (c) 1993 Andrew Moore, Talke Studio.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 */
28
29#ifndef lint
30#if 0
31static char * const rcsid = "@(#)glob.c,v 1.1 1994/02/01 00:34:40 alm Exp";
32#else
33static char * const rcsid =
1/* glob.c: This file contains the global command routines for the ed line
2 editor */
3/*-
4 * Copyright (c) 1993 Andrew Moore, Talke Studio.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 */
28
29#ifndef lint
30#if 0
31static char * const rcsid = "@(#)glob.c,v 1.1 1994/02/01 00:34:40 alm Exp";
32#else
33static char * const rcsid =
34 "$Id: glbl.c,v 1.7 1997/02/22 14:03:15 peter Exp $";
34 "$FreeBSD: head/bin/ed/glbl.c 50471 1999-08-27 23:15:48Z peter $";
35#endif
36#endif /* not lint */
37
38#include <sys/ioctl.h>
39#include <sys/wait.h>
40
41#include "ed.h"
42

--- 186 unchanged lines hidden ---
35#endif
36#endif /* not lint */
37
38#include <sys/ioctl.h>
39#include <sys/wait.h>
40
41#include "ed.h"
42

--- 186 unchanged lines hidden ---