Deleted Added
full compact
savecore.c (15530) savecore.c (17717)
1/*-
2 * Copyright (c) 1986, 1992, 1993
3 * The Regents of the University of California. All rights reserved.
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

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

55#include <errno.h>
56#include <fcntl.h>
57#include <nlist.h>
58#include <paths.h>
59#include <stdio.h>
60#include <stdlib.h>
61#include <string.h>
62#include <unistd.h>
1/*-
2 * Copyright (c) 1986, 1992, 1993
3 * The Regents of the University of California. All rights reserved.
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

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

55#include <errno.h>
56#include <fcntl.h>
57#include <nlist.h>
58#include <paths.h>
59#include <stdio.h>
60#include <stdlib.h>
61#include <string.h>
62#include <unistd.h>
63#include "zopen.h"
63
64#define ok(number) ((number) - KERNBASE)
65
66struct nlist current_nl[] = { /* Namelist for currently running system. */
67#define X_DUMPDEV 0
68 { "_dumpdev" },
69#define X_DUMPLO 1
70 { "_dumplo" },

--- 581 unchanged lines hidden ---
64
65#define ok(number) ((number) - KERNBASE)
66
67struct nlist current_nl[] = { /* Namelist for currently running system. */
68#define X_DUMPDEV 0
69 { "_dumpdev" },
70#define X_DUMPLO 1
71 { "_dumplo" },

--- 581 unchanged lines hidden ---