Deleted Added
full compact
main.c (84745) main.c (93520)
1#ifndef lint
2static const char rcsid[] =
3 "$FreeBSD: head/usr.sbin/pkg_install/delete/main.c 84745 2001-10-10 06:58:42Z sobomax $";
4#endif
5
6/*
7 *
8 * FreeBSD install - a package for the installation and maintainance
9 * of non-core utilities.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:

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

19 *
20 * Jordan K. Hubbard
21 * 18 July 1993
22 *
23 * This is the delete module.
24 *
25 */
26
1/*
2 *
3 * FreeBSD install - a package for the installation and maintainance
4 * of non-core utilities.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

14 *
15 * Jordan K. Hubbard
16 * 18 July 1993
17 *
18 * This is the delete module.
19 *
20 */
21
22#include <sys/cdefs.h>
23__FBSDID("$FreeBSD: head/usr.sbin/pkg_install/delete/main.c 93520 2002-04-01 09:39:07Z obrien $");
24
27#include <sys/types.h>
28#include <sys/stat.h>
29#include <err.h>
30#include "lib.h"
31#include "delete.h"
32
33static char Options[] = "adDfGhinp:rvx";
34

--- 125 unchanged lines hidden ---
25#include <sys/types.h>
26#include <sys/stat.h>
27#include <err.h>
28#include "lib.h"
29#include "delete.h"
30
31static char Options[] = "adDfGhinp:rvx";
32

--- 125 unchanged lines hidden ---