diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-24 01:36:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-24 01:36:58 +0000 |
| commit | abfb53239cd27607748751390a26dd7dce2e15da (patch) | |
| tree | 582181d1a4d0a0e90f07fac6d4845d6c2ba83d3b /sbin/bsdlabel | |
| parent | 7ffc1f408b4f44b1c1e88c088680790cdd61f53f (diff) | |
Notes
Diffstat (limited to 'sbin/bsdlabel')
| -rw-r--r-- | sbin/bsdlabel/dkcksum.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/bsdlabel/dkcksum.c b/sbin/bsdlabel/dkcksum.c index 78489e5627f05..ae30b7b1dc756 100644 --- a/sbin/bsdlabel/dkcksum.c +++ b/sbin/bsdlabel/dkcksum.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)dkcksum.c 8.1 (Berkeley) 6/5/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/types.h> |
