summaryrefslogtreecommitdiff
path: root/ufs/ufs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-21 18:50:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-21 18:50:31 +0000
commit6f5af9fee36e58f0b3a3cdf7deef9c99272ab1c3 (patch)
treeefb3b2f2db2a154e9b60a013732fa478146b7f9f /ufs/ufs.h
parent0c530682ff67d4cbc3a7edb0e3c38af7736b27c2 (diff)
(struct user_pager_info): Drop members next and prevp.
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r--ufs/ufs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index a7c9a891..aaaf4daa 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 1995 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -157,7 +157,6 @@ struct user_pager_info
FILE_DATA,
} type;
struct pager *p;
- struct user_pager_info *next, **prevp;
};
struct user_pager_info *diskpager;