diff options
| author | cgd <cgd@NetBSD.org> | 1999-08-18 21:33:50 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1999-08-18 21:33:50 +0000 |
| commit | b43600a96e12fa62f47a588a28180adf0ee563be (patch) | |
| tree | d6f17ead8a3b7717c0063260e8657cef925c01d5 /sys/lib/libsa | |
| parent | b4ecb1b468881c088f429568873a5f86f2bf6fe5 (diff) | |
note that these files should be easily diffable (until they share common code
Diffstat (limited to 'sys/lib/libsa')
| -rw-r--r-- | sys/lib/libsa/lfs.c | 7 | ||||
| -rw-r--r-- | sys/lib/libsa/ufs.c | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/lib/libsa/lfs.c b/sys/lib/libsa/lfs.c index c8d4f4535ac..83d2271e377 100644 --- a/sys/lib/libsa/lfs.c +++ b/sys/lib/libsa/lfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lfs.c,v 1.1 1999/08/18 20:04:40 cgd Exp $ */ +/* $NetBSD: lfs.c,v 1.2 1999/08/18 21:33:50 cgd Exp $ */ /*- * Copyright (c) 1993 @@ -63,6 +63,11 @@ */ /* + * XXX NOTE: ufs.c (FFS) and lfs.c (LFS) should eventually use much common + * XXX code. until then, the two files should be easily diffable. + */ + +/* * Stand-alone file reading package. */ diff --git a/sys/lib/libsa/ufs.c b/sys/lib/libsa/ufs.c index 66a2acf1f65..af122a620fb 100644 --- a/sys/lib/libsa/ufs.c +++ b/sys/lib/libsa/ufs.c @@ -1,4 +1,4 @@ -/* $NetBSD: ufs.c,v 1.26 1999/08/17 02:26:32 cgd Exp $ */ +/* $NetBSD: ufs.c,v 1.27 1999/08/18 21:33:50 cgd Exp $ */ /*- * Copyright (c) 1993 @@ -63,6 +63,11 @@ */ /* + * XXX NOTE: ufs.c (FFS) and lfs.c (LFS) should eventually use much common + * XXX code. until then, the two files should be easily diffable. + */ + +/* * Stand-alone file reading package. */ |
