Deleted Added
full compact
show.c (30531) show.c (49637)
1#ifndef lint
2static const char rcsid[] =
1#ifndef lint
2static const char rcsid[] =
3 "$Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp $";
3 "$Id: show.c,v 1.12 1997/10/18 05:42:05 jkh Exp $";
4#endif
5
6/*
7 * FreeBSD install - a package for the installation and maintainance
8 * of non-core utilities.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions

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

21 *
22 * Various display routines for the info module.
23 *
24 */
25
26#include "lib.h"
27#include "info.h"
28
4#endif
5
6/*
7 * FreeBSD install - a package for the installation and maintainance
8 * of non-core utilities.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions

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

21 *
22 * Various display routines for the info module.
23 *
24 */
25
26#include "lib.h"
27#include "info.h"
28
29#include <err.h>
30
29void
30show_file(char *title, char *fname)
31{
32 FILE *fp;
33 char line[1024];
34 int n;
35
36 if (!Quiet)

--- 163 unchanged lines hidden ---
31void
32show_file(char *title, char *fname)
33{
34 FILE *fp;
35 char line[1024];
36 int n;
37
38 if (!Quiet)

--- 163 unchanged lines hidden ---