Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ufs Remove prototype for the departed wapbl_ufs_rename.



details:   https://anonhg.NetBSD.org/src/rev/4d7d0e751b20
branches:  trunk
changeset: 769701:4d7d0e751b20
user:      gdt <gdt%NetBSD.org@localhost>
date:      Mon Sep 19 11:18:01 2011 +0000

description:
Remove prototype for the departed wapbl_ufs_rename.

ok dholland@

diffstat:

 sys/ufs/ufs/ufs_wapbl.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0982d3d32d63 -r 4d7d0e751b20 sys/ufs/ufs/ufs_wapbl.h
--- a/sys/ufs/ufs/ufs_wapbl.h   Mon Sep 19 11:04:33 2011 +0000
+++ b/sys/ufs/ufs/ufs_wapbl.h   Mon Sep 19 11:18:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_wapbl.h,v 1.6 2009/11/18 12:22:48 yamt Exp $       */
+/*     $NetBSD: ufs_wapbl.h,v 1.7 2011/09/19 11:18:01 gdt Exp $        */
 
 /*-
  * Copyright (c) 2003,2006,2008 The NetBSD Foundation, Inc.
@@ -90,8 +90,6 @@
 #error Undefine WAPBL_DEBUG_INODES or update the code.  Have a nice day.
 #endif
 
-int    wapbl_ufs_rename(void *v);
-
 #ifdef WAPBL_DEBUG_INODES
 void   ufs_wapbl_verify_inodes(struct mount *, const char *);
 #endif



Home | Main Index | Thread Index | Old Index