Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Make sure that __BEGIN_DECLS and __END_DECLS are...



details:   https://anonhg.NetBSD.org/src/rev/0251de694124
branches:  trunk
changeset: 777581:0251de694124
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Feb 23 22:33:33 2012 +0000

description:
Make sure that __BEGIN_DECLS and __END_DECLS are paired.

diffstat:

 sys/ufs/lfs/lfs_extern.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1b472de83ab9 -r 0251de694124 sys/ufs/lfs/lfs_extern.h
--- a/sys/ufs/lfs/lfs_extern.h  Thu Feb 23 22:20:51 2012 +0000
+++ b/sys/ufs/lfs/lfs_extern.h  Thu Feb 23 22:33:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_extern.h,v 1.97 2012/01/02 22:10:44 perseant Exp $ */
+/*     $NetBSD: lfs_extern.h,v 1.98 2012/02/23 22:33:33 joerg Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -102,6 +102,8 @@
 struct segment;
 struct block_info;
 
+__BEGIN_DECLS
+
 #if defined(_KERNEL)
 
 extern int lfs_allclean_wakeup;
@@ -119,7 +121,6 @@
 extern kcondvar_t lfs_writing_cv;
 extern kcondvar_t locked_queue_cv;
 
-__BEGIN_DECLS
 /* lfs_alloc.c */
 void lfs_vcreate(struct mount *, ino_t, struct vnode *);
 int lfs_valloc(struct vnode *, int, kauth_cred_t, struct vnode **);



Home | Main Index | Thread Index | Old Index