diff options
author | phk <phk@FreeBSD.org> | 2002-04-04 20:22:15 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-04 20:22:15 +0000 |
commit | 0f8b0dba50c96a459b254917e1b88c44d518cdea (patch) | |
tree | d6bb0a0a3c1bfc15a625c389106691bb5a8fd4c4 /sbin/bsdlabel/bsdlabel.c | |
parent | d7029930bd025d998bffef81a595463d1b9c6388 (diff) | |
download | FreeBSD-src-0f8b0dba50c96a459b254917e1b88c44d518cdea.zip FreeBSD-src-0f8b0dba50c96a459b254917e1b88c44d518cdea.tar.gz |
Remove remaining traces of d_boot[01]
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index c007a9a..b5c2cc2 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -1625,8 +1625,6 @@ getvirginlabel(void) return (NULL); out: close(f); - lab.d_boot0 = NULL; - lab.d_boot1 = NULL; return (&lab); } |