Module Name: src
Committed By: dholland
Date: Sat Jul 12 19:48:24 UTC 2014
Modified Files:
src/sbin/fsck_lfs: lfs_user.h
Log Message:
G/C my_vpanic().
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/fsck_lfs/lfs_user.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/fsck_lfs/lfs_user.h
diff -u src/sbin/fsck_lfs/lfs_user.h:1.5 src/sbin/fsck_lfs/lfs_user.h:1.6
--- src/sbin/fsck_lfs/lfs_user.h:1.5 Sat Jun 8 21:13:19 2013
+++ src/sbin/fsck_lfs/lfs_user.h Sat Jul 12 19:48:24 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_user.h,v 1.5 2013/06/08 21:13:19 dholland Exp $ */
+/* $NetBSD: lfs_user.h,v 1.6 2014/07/12 19:48:24 dholland Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -89,7 +89,6 @@ int check_summary(struct lfs *, struct s
ulfs_daddr_t try_verify(struct lfs *, struct uvnode *, ulfs_daddr_t, int);
struct ulfs1_dinode *lfs_ifind(struct lfs *, ino_t, struct ubuf *);
void call_panic(const char *, ...);
-void my_vpanic(int, const char *, va_list);
int extend_ifile(struct lfs *);
struct uvnode *lfs_valloc(struct lfs *, ino_t);
int lfs_balloc(struct uvnode *, off_t, int, struct ubuf **);