diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-21 18:50:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-21 18:50:31 +0000 |
commit | 7e6d5b48ba4bc11693a2c61908fb1a8693c96bb0 (patch) | |
tree | b3e2ce7e1aa78f44054b77c4f8a96c204577058c | |
parent | 8863b992cab5e2aa552f043f3ccf6a9f77fc86b7 (diff) |
(struct user_pager_info): Drop members next and prevp.
-rw-r--r-- | ufs/ufs.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |