summaryrefslogtreecommitdiff
path: root/ufs
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
commit7e6d5b48ba4bc11693a2c61908fb1a8693c96bb0 (patch)
treeb3e2ce7e1aa78f44054b77c4f8a96c204577058c /ufs
parent8863b992cab5e2aa552f043f3ccf6a9f77fc86b7 (diff)
(struct user_pager_info): Drop members next and prevp.
Diffstat (limited to 'ufs')
-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;