summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2006-12-28 20:33:25 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2006-12-28 20:33:25 +0000
commit0120d5b8c1276e772173c88de8aa624dd1594628 (patch)
tree9a0b029e3324f564f0e39b516f0f8ed425e4a8a2 /sys/ufs/ffs
parent0401eb19471b3c8aace2dc77de70d9e55be8231d (diff)
Zap nextgennumber, unused since LFS went up into the attic.
ok pedro@
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_alloc.c4
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index 54ec18381d6..9f73216abe7 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_alloc.c,v 1.66 2006/04/02 22:16:29 pedro Exp $ */
+/* $OpenBSD: ffs_alloc.c,v 1.67 2006/12/28 20:33:24 thib Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.11 1996/05/11 18:27:09 mycroft Exp $ */
/*
@@ -68,8 +68,6 @@
(fs)->fs_fsmnt, (cp)); \
} while (0)
-extern u_long nextgennumber;
-
static daddr_t ffs_alloccg(struct inode *, int, daddr_t, int);
static daddr_t ffs_alloccgblk(struct inode *, struct buf *, daddr_t);
static daddr_t ffs_clusteralloc(struct inode *, int, daddr_t, int);
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 50e0f26fdde..3e881ee9453 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_vfsops.c,v 1.97 2006/10/20 13:01:10 pedro Exp $ */
+/* $OpenBSD: ffs_vfsops.c,v 1.98 2006/12/28 20:33:24 thib Exp $ */
/* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */
/*
@@ -94,7 +94,6 @@ struct inode_vtbl ffs_vtbl = {
ffs_bufatoff
};
-extern u_long nextgennumber;
/*
* Called by main() when ufs is going to be mounted as root.