There is no dump routine for fd so give it an explicit NULL entry

in the SLICE table.
This commit is contained in:
Julian Elischer 1998-05-06 23:35:36 +00:00
parent 456fbc3125
commit 9b7408fe46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35815
3 changed files with 9 additions and 6 deletions

View File

@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
* $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
NULL /* upconfig */
NULL, /* upconfig */
NULL /* dump */
};
#endif /* SLICE */

View File

@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
* $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
NULL /* upconfig */
NULL, /* upconfig */
NULL /* dump */
};
#endif /* SLICE */

View File

@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
* $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
NULL /* upconfig */
NULL, /* upconfig */
NULL /* dump */
};
#endif /* SLICE */