Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Some more `extern's for initialised globals.



details:   https://anonhg.NetBSD.org/src/rev/4527031d7489
branches:  trunk
changeset: 500562:4527031d7489
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Dec 13 22:38:15 2000 +0000

description:
Some more `extern's for initialised globals.

diffstat:

 sbin/fsck_ffs/fsck.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 353ef4772ec6 -r 4527031d7489 sbin/fsck_ffs/fsck.h
--- a/sbin/fsck_ffs/fsck.h      Wed Dec 13 22:29:41 2000 +0000
+++ b/sbin/fsck_ffs/fsck.h      Wed Dec 13 22:38:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsck.h,v 1.20 1999/11/15 19:19:41 fvdl Exp $   */
+/*     $NetBSD: fsck.h,v 1.21 2000/12/13 22:38:15 scw Exp $    */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -206,8 +206,8 @@
 u_char *typemap;               /* ptr to inode type table */
 int16_t        *lncntp;                /* ptr to link count table */
 
-ino_t  lfdir;                  /* lost & found directory inode number */
-char   *lfname;                /* lost & found directory name */
+extern ino_t   lfdir;          /* lost & found directory inode number */
+extern char    *lfname;        /* lost & found directory name */
 int    lfmode;                 /* lost & found directory creation mode */
 
 ufs_daddr_t n_blks;            /* number of blocks in use */



Home | Main Index | Thread Index | Old Index