Deleted Added
full compact
perform.c (206043) perform.c (207113)
1/*
2 * FreeBSD install - a package for the installation and maintainance
3 * of non-core utilities.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

14 * Jordan K. Hubbard
15 * 18 July 1993
16 *
17 * This is the main body of the delete module.
18 *
19 */
20
21#include <sys/cdefs.h>
1/*
2 * FreeBSD install - a package for the installation and maintainance
3 * of non-core utilities.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

14 * Jordan K. Hubbard
15 * 18 July 1993
16 *
17 * This is the main body of the delete module.
18 *
19 */
20
21#include <sys/cdefs.h>
22__FBSDID("$FreeBSD: head/usr.sbin/pkg_install/delete/perform.c 206043 2010-04-01 14:27:29Z flz $");
22__FBSDID("$FreeBSD: head/usr.sbin/pkg_install/delete/perform.c 207113 2010-04-23 11:07:43Z flz $");
23
24#include <err.h>
23
24#include <err.h>
25#include "lib.h"
25#include <pkg.h>
26#include "delete.h"
27
28static int pkg_do(char *);
29static void sanity_check(char *);
30static void undepend(char *, char *);
31static char LogDir[FILENAME_MAX];
32
33

--- 392 unchanged lines hidden ---
26#include "delete.h"
27
28static int pkg_do(char *);
29static void sanity_check(char *);
30static void undepend(char *, char *);
31static char LogDir[FILENAME_MAX];
32
33

--- 392 unchanged lines hidden ---