mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 14:37:10 +08:00
Update to FreeBSD head 2017-10-01
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
This commit is contained in:
@@ -515,14 +515,13 @@ main(int argc, char *argv[])
|
||||
if (!live) {
|
||||
if (setgid(getgid()) != 0)
|
||||
xo_err(-1, "setgid");
|
||||
/* Load all necessary kvm symbols */
|
||||
kresolve_list(nl);
|
||||
}
|
||||
|
||||
if (xflag && Tflag)
|
||||
xo_errx(1, "-x and -T are incompatible, pick one.");
|
||||
|
||||
/* Load all necessary kvm symbols */
|
||||
kresolve_list(nl);
|
||||
|
||||
if (Bflag) {
|
||||
if (!live)
|
||||
usage();
|
||||
|
Reference in New Issue
Block a user