summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-03-30 10:10:29 +0000
committerphk <phk@FreeBSD.org>1998-03-30 10:10:29 +0000
commit1e95007485142cd46dd4cf1053d48d81f751eb56 (patch)
tree623217db8d667d46cb0b29ba22d4dbc12e100289 /sbin
parent914c02ee2527d4747cea69d84c80fedcbf86c799 (diff)
downloadFreeBSD-src-1e95007485142cd46dd4cf1053d48d81f751eb56.zip
FreeBSD-src-1e95007485142cd46dd4cf1053d48d81f751eb56.tar.gz
Pickup _time_second instead of _time
Diffstat (limited to 'sbin')
-rw-r--r--sbin/savecore/savecore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index d78a55a..2be0674 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -70,7 +70,7 @@ struct nlist current_nl[] = { /* Namelist for currently running system. */
#define X_DUMPLO 1
{ "_dumplo" },
#define X_TIME 2
- { "_time" },
+ { "_time_second" },
#define X_DUMPSIZE 3
{ "_dumpsize" },
#define X_VERSION 4
@@ -87,7 +87,7 @@ int dumpsyms[] = { X_TIME, X_DUMPSIZE, X_VERSION, X_PANICSTR, X_DUMPMAG, -1 };
struct nlist dump_nl[] = { /* Name list for dumped system. */
{ "_dumpdev" }, /* Entries MUST be the same as */
{ "_dumplo" }, /* those in current_nl[]. */
- { "_time" },
+ { "_time_second" },
{ "_dumpsize" },
{ "_version" },
{ "_panicstr" },
OpenPOWER on IntegriCloud