Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/fsck_lfs Pull up revision 1.3 (requested by persea...
details: https://anonhg.NetBSD.org/src/rev/9aa08794ed45
branches: netbsd-1-4
changeset: 470141:9aa08794ed45
user: he <he%NetBSD.org@localhost>
date: Fri Jan 21 00:34:32 2000 +0000
description:
Pull up revision 1.3 (requested by perseant):
Fix name collision error due to recent kernel prototype updates.
Fixes PR#9253.
diffstat:
sbin/fsck_lfs/fsck.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 67676506adea -r 9aa08794ed45 sbin/fsck_lfs/fsck.h
--- a/sbin/fsck_lfs/fsck.h Fri Jan 21 00:31:32 2000 +0000
+++ b/sbin/fsck_lfs/fsck.h Fri Jan 21 00:34:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: fsck.h,v 1.1 1999/03/18 02:02:19 perseant Exp $ */
+/* $Id: fsck.h,v 1.1.2.1 2000/01/21 00:34:32 he Exp $ */
/*
* Copyright (c) 1997
@@ -211,8 +211,7 @@
struct bufarea *lfs_bginode __P((ino_t));
struct dinode *ginode __P((ino_t));
struct dinode *lfs_ginode __P((ino_t));
-struct dinode *lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
-struct dinode *lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
+struct dinode *lfs_difind __P((struct lfs *, ino_t, struct dinode *));
struct ifile *lfs_ientry __P((ino_t));
struct inoinfo *getinoinfo __P((ino_t));
void getblk __P((struct bufarea *, daddr_t, long));
Home |
Main Index |
Thread Index |
Old Index