PERFORCE change 29736 for review
Serguei Tzukanov
tzukanov at FreeBSD.org
Fri Apr 25 14:39:19 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29736
Change 29736 by tzukanov at 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)
{
More information about the p4-projects
mailing list