Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2001 10:51:51 -0800 (PST)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fdisk fdisk.c
Message-ID:  <200112301851.fBUIppL04852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/12/30 10:51:51 PST

  Modified files:
    sbin/fdisk           fdisk.c 
  Log:
  Oops, the arguments to a bcopy() were reversed, which broke zeroing
  of unused partition entries and later detection of unused entries.
  
  Use memcpy to be consistent with the rest of the code, and fix a
  minor style nit.
  
  Submitted by:   bde
  
  Revision  Changes    Path
  1.54      +2 -3      src/sbin/fdisk/fdisk.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112301851.fBUIppL04852>