Deleted Added
full compact
show.c (72034) show.c (74699)
1#ifndef lint
2static const char rcsid[] =
1#ifndef lint
2static const char rcsid[] =
3 "$FreeBSD: head/usr.sbin/pkg_install/info/show.c 72034 2001-02-05 09:56:52Z sobomax $";
3 "$FreeBSD: head/usr.sbin/pkg_install/info/show.c 74699 2001-03-23 18:45:24Z sobomax $";
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

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

20 * 23 Aug 1993
21 *
22 * Various display routines for the info module.
23 *
24 */
25
26#include "lib.h"
27#include "info.h"
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

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

20 * 23 Aug 1993
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#include <stdlib.h>
31#include <sys/types.h>
32#include <sys/stat.h>
33#include <md5.h>
34
35void
36show_file(char *title, char *fname)

--- 268 unchanged lines hidden ---
28#include <err.h>
29#include <stdlib.h>
30#include <sys/types.h>
31#include <sys/stat.h>
32#include <md5.h>
33
34void
35show_file(char *title, char *fname)

--- 268 unchanged lines hidden ---