NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/56643: problem with restore(8)
The following reply was made to PR bin/56643; it has been noted by GNATS.
From: Paul Goyette <paul%whooppee.com@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: bin/56643: problem with restore(8)
Date: Sun, 23 Jan 2022 09:45:06 -0800 (PST)
> Attached!
And here are a couple of local changes that make the "push ffs"
stuff work. Please note that you also need to remove UFS_EXTATTR
from the ufs and ffs Makefiles.
===================================================================
RCS file: /cvsroot/src/sys/lib/libsa/ffsv1.c,v
retrieving revision 1.8
diff -u -p -r1.8 ffsv1.c
--- sys/lib/libsa/ffsv1.c 27 May 2021 06:54:44 -0000 1.8
+++ sys/lib/libsa/ffsv1.c 8 Jan 2022 21:10:18 -0000
@@ -19,7 +19,7 @@
#define FS_MAGIC FS_UFS1_MAGIC
-#if 0
+#if 1 /*XXX-PRG 0 */
#define FSMOD "wapbl/ufs/ffs"
#endif
Index: sys/lib/libsa/ffsv2.c
===================================================================
RCS file: /cvsroot/src/sys/lib/libsa/ffsv2.c,v
retrieving revision 1.8
diff -u -p -r1.8 ffsv2.c
--- sys/lib/libsa/ffsv2.c 27 May 2021 06:54:44 -0000 1.8
+++ sys/lib/libsa/ffsv2.c 8 Jan 2022 21:10:20 -0000
@@ -19,7 +19,7 @@
#define FS_MAGIC FS_UFS2_MAGIC
-#if 0
+#if 1 /*XXX-PRG 0 */
#define FSMOD "wapbl/ufs/ffs"
#endif
+--------------------+--------------------------+----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost |
| & Network Engineer | | pgoyette99%gmail.com@localhost |
+--------------------+--------------------------+----------------------+
Home |
Main Index |
Thread Index |
Old Index