Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 14:39:16 -0700 (PDT)
From:      Serguei Tzukanov <tzukanov@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29736 for review
Message-ID:  <200304252139.h3PLdGfA049047@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29736

Change 29736 by tzukanov@tzukanov_antares on 2003/04/25 14:38:16

	Remove nonexisting include.

Affected files ...

.. //depot/projects/s390/lib/libdisk/write_s390_disk.c#2 edit
.. //depot/projects/s390/lib/libdisk/write_s390x_disk.c#2 edit

Differences ...

==== //depot/projects/s390/lib/libdisk/write_s390_disk.c#2 (text+ko) ====

@@ -19,14 +19,9 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/disklabel.h>
-#include <sys/diskslice.h>
 #include <paths.h>
 #include "libdisk.h"
 
-/*
- * XXX: A lot of hardcoded 512s probably should be foo->sector_size;
- *	I'm not sure which, so I leave it like it worked before. --schweikh
- */
 int
 Write_Disk(const struct disk *d1)
 {

==== //depot/projects/s390/lib/libdisk/write_s390x_disk.c#2 (text+ko) ====

@@ -19,14 +19,9 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/disklabel.h>
-#include <sys/diskslice.h>
 #include <paths.h>
 #include "libdisk.h"
 
-/*
- * XXX: A lot of hardcoded 512s probably should be foo->sector_size;
- *	I'm not sure which, so I leave it like it worked before. --schweikh
- */
 int
 Write_Disk(const struct disk *d1)
 {



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